]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
bakefile time!! (Mainly stuff for wxCocoa)
[wxWidgets.git] / tests / Makefile.in
index fdc832364dc113231d31ab4b4955205dc40691c9..b1f22408324d1de0ea3827ed7a7c029dc89803c0 100644 (file)
@@ -43,6 +43,7 @@ TEST_OBJECTS =  \
        test_formatconverter.o \
        test_regex.o \
        test_wxregex.o \
+       test_fileconf.o \
        test_filename.o \
        test_filesys.o \
        test_arrays.o \
@@ -147,6 +148,9 @@ test_regex.o: $(srcdir)/regex/regex.cpp
 test_wxregex.o: $(srcdir)/regex/wxregex.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_fileconf.o: $(srcdir)/fileconf/fileconf.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 test_filename.o: $(srcdir)/filename/filename.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<