X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bc89de684848e796d151a10074218d2b88206d0..e1a098d1ec2463d86e1a3a708d90e864ed17cdbb:/samples/tab/Makefile.in diff --git a/samples/tab/Makefile.in b/samples/tab/Makefile.in index db93d3add0..90b0239b9c 100644 --- a/samples/tab/Makefile.in +++ b/samples/tab/Makefile.in @@ -36,9 +36,8 @@ top_srcdir = @top_srcdir@ DESTDIR = LIBDIRNAME = $(top_builddir)lib -TAB_CXXFLAGS = $(CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ - -I$(top_srcdir)/include -I$(srcdir) $(__DLLFLAG_p) \ - -I$(srcdir)/../../samples $(CXXFLAGS) +TAB_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(top_srcdir)/include \ + -I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../../samples $(CPPFLAGS) $(CXXFLAGS) TAB_OBJECTS = \ $(__tab_os2_lib_res) \ tab_tab.o \