From: Ron Lee Date: Wed, 7 Nov 2001 09:47:20 +0000 (+0000) Subject: Put $(GENERICOBJECTS) back into configure.in for a while, there are still X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/83dbe2eabbce1d664a2152100f008ddb4100d753 Put $(GENERICOBJECTS) back into configure.in for a while, there are still other ports that depend on it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 90e071eb2e..9bfa07d6fa 100755 --- 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)" diff --git a/configure.in b/configure.in index c5361e5793..5bf3e59d42 100644 --- a/configure.in +++ b/configure.in @@ -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)"