]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl...
[wxWidgets.git] / tests / Makefile.in
index 26df18762cdddadb96af022ae8b4b3190cf07cfc..86b8dd9281c9f72bc5c9e06beafac28df210ca22 100644 (file)
@@ -53,7 +53,8 @@ TEST_OBJECTS =  \
        test_ffilestream.o \
        test_filestream.o \
        test_memstream.o \
-       test_zlibstream.o
+       test_zlibstream.o \
+       test_fontmap.o
 
 ### Conditionally set variables: ###
 
@@ -182,6 +183,9 @@ test_memstream.o: $(srcdir)/streams/memstream.cpp
 test_zlibstream.o: $(srcdir)/streams/zlibstream.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_fontmap.o: $(srcdir)/fontmap/fontmap.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d