Merge pull request #2 from dekkers/link-everything-correctly

Specify all necessary libraries when linking (thanks to Jeroen Dekkers)
This commit is contained in:
Wolfgang Sourdeau
2012-10-20 12:15:23 -07:00
7 changed files with 11 additions and 11 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ ADDITIONAL_INCLUDE_DIRS += -I. -I..
libGDLContentStore_LIBRARIES_DEPEND_UPON += \
-lGDLAccess \
-lNGExtensions -lEOControl \
-lDOM -lSaxObjC \
-lgnustep-base
-lgnustep-base -lobjc
GDLContentStore_LIBRARIES_DEPEND_UPON += \
-framework GDLAccess \
+1 -2
View File
@@ -20,9 +20,8 @@ ADDITIONAL_INCLUDE_DIRS += \
libNGCards_LIBRARIES_DEPEND_UPON += \
-lNGExtensions \
-lEOControl \
-lDOM \
-lSaxObjC \
-lgnustep-base
-lgnustep-base -lobjc -lm
NGCards_LIBRARIES_DEPEND_UPON += \
-framework NGExtensions -framework EOControl \