]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
patch by Utensil Candel to improve wxMac autocapture code
[wxWidgets.git] / tests / Makefile.in
index 3ee3a3939c25f13d593ccc1a1c36bc5912d6e4e5..b4e9d9bf027dd6a1e05562e3fd17dd8de47aa164 100644 (file)
@@ -72,6 +72,7 @@ TEST_OBJECTS =  \
        test_mbconvtest.o \
        test_misctests.o \
        test_ipc.o \
+       test_socket.o \
        test_regextest.o \
        test_wxregextest.o \
        test_scopeguardtest.o \
@@ -398,6 +399,9 @@ test_misctests.o: $(srcdir)/misc/misctests.cpp $(TEST_ODEP)
 test_ipc.o: $(srcdir)/net/ipc.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/net/ipc.cpp
 
+test_socket.o: $(srcdir)/net/socket.cpp $(TEST_ODEP)
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/net/socket.cpp
+
 test_regextest.o: $(srcdir)/regex/regextest.cpp $(TEST_ODEP)
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/regex/regextest.cpp