]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
Use TAbs in debian/rules, not spaces, as it's a makefile.
[wxWidgets.git] / tests / Makefile.in
index 4a10638ebafe640802d15366784acd53433ad1c6..47264145bad5c09c1545f177a04d577dae91684e 100644 (file)
@@ -195,6 +195,7 @@ TEST_GUI_OBJECTS =  \
        test_gui_windowtest.o \
        test_gui_clone.o \
        test_gui_propagation.o \
+       test_gui_keyboard.o \
        test_gui_fonttest.o \
        test_gui_image.o \
        test_gui_rawbmp.o \
@@ -803,6 +804,9 @@ test_gui_clone.o: $(srcdir)/events/clone.cpp $(TEST_GUI_ODEP)
 test_gui_propagation.o: $(srcdir)/events/propagation.cpp $(TEST_GUI_ODEP)
        $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/events/propagation.cpp
 
+test_gui_keyboard.o: $(srcdir)/events/keyboard.cpp $(TEST_GUI_ODEP)
+       $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/events/keyboard.cpp
+
 test_gui_fonttest.o: $(srcdir)/font/fonttest.cpp $(TEST_GUI_ODEP)
        $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/font/fonttest.cpp