]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
compilation fix
[wxWidgets.git] / tests / Makefile.in
index 6f272dd47a010e5960f6993d23953dad92c816d8..ac19e587e7a664b231603fda0ebfa5e65412705d 100644 (file)
@@ -37,7 +37,8 @@ TEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(srcdir) \
        $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
 TEST_OBJECTS =  \
        test_test.o \
-       test_main.o
+       test_main.o \
+       test_regex.o
 
 ### Conditionally set variables: ###
 
@@ -106,6 +107,9 @@ test_test.o: $(srcdir)/test.cpp
 test_main.o: $(srcdir)/mbconv/main.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_regex.o: $(srcdir)/regex/regex.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d