X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53010e52d3adc63d2771263e294714bf644fc979..2049ba38adafa0ec146880de29f26e32dd69a125:/src/gtk1/setup/maketmpl.in diff --git a/src/gtk1/setup/maketmpl.in b/src/gtk1/setup/maketmpl.in index 7c299ea814..9580d21943 100644 --- a/src/gtk1/setup/maketmpl.in +++ b/src/gtk1/setup/maketmpl.in @@ -27,7 +27,7 @@ TOOLKIT_DEF = -D@TOOLKIT_DEF@ # general compiler stuff OPTIMISE = @OPTIMISE@ PROFILE = @PROFILE@ -DEBUG = @DEBUG@ +DEBUG = @WXDEBUG@ # c-compiler stuff CC = @CC@ @@ -114,11 +114,12 @@ LINK_LIBS= \ $(WX_LIBS) \ $(GUI_TK_LIBS) \ $(X_EXTRA_LIBS) \ - $(X_PRE_LIBS) + $(X_PRE_LIBS) \ + $(THREADS_LINK) # $(X_LIBS) -lX11 -lXext -lm gtk-config does this for me -# Don't include $(OPENGL_LIBS) or $(THREADS_LINK) in LINK_LIBS; they +# Don't include $(OPENGL_LIBS) in LINK_LIBS; they # can be conveniently added to BIN_LINK in Makefile.in. #### End of system configuration section. ####