]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/Makefile.in
fixed bakefile so that in-tree headers take precedence over system-installed ones
[wxWidgets.git] / samples / exec / Makefile.in
index 68fae7f91eeb1f3239a4629e8d397e2fd3bc5c14..9282ecb04ca3fcb4e1ce183e9cc5aee841c699a9 100644 (file)
@@ -35,9 +35,9 @@ top_srcdir = @top_srcdir@
 ### Variables: ###
 
 DESTDIR = 
-EXEC_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
+EXEC_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
        -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \
-       -I$(srcdir)/../../samples $(CXXFLAGS)
+       -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS)
 EXEC_OBJECTS =  \
        $(__exec_os2_lib_res) \
        exec_exec.o \