]> git.saurik.com Git - wxWidgets.git/commitdiff
Put $(GENERICOBJECTS) back into configure.in for a while, there are still
authorRon Lee <ron@debian.org>
Wed, 7 Nov 2001 09:47:20 +0000 (09:47 +0000)
committerRon Lee <ron@debian.org>
Wed, 7 Nov 2001 09:47:20 +0000 (09:47 +0000)
other ports that depend on it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 90e071eb2ed2cbd87e82983508d99faeda92f40c..9bfa07d6fa357133c4b44cec181ae52293e76fb7 100755 (executable)
--- a/configure
+++ b/configure
@@ -11529,7 +11529,7 @@ rm -f conftest*
         ALL_OBJECTS="\$(GUIOBJS)"
     fi
 
-    ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS)"
+    ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJECTS)"
 
     if test "$TOOLKIT" != "MSW"; then
         ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"
index c5361e5793745eee1dd50e660d80a9d968f5b7c0..5bf3e59d42edc4d325dc8ca760f227e53161c1ab 100644 (file)
@@ -2234,7 +2234,7 @@ equivalent variable and GTK+ is version 1.2.3 or above.
         ALL_OBJECTS="\$(GUIOBJS)"
     fi
 
-    ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS)"
+    ALL_OBJECTS="${ALL_OBJECTS} \$(COMMONOBJS) \$(GENERICOBJECTS)"
 
     if test "$TOOLKIT" != "MSW"; then
         ALL_OBJECTS="${ALL_OBJECTS} \$(UNIXOBJS)"