Use the output of "gnustep-config --base-libs" to determine which libs our libraries must be linked against

This commit is contained in:
Wolfgang Sourdeau
2012-11-07 09:50:32 -05:00
parent 160aa42b88
commit 3f58b6bfd1
7 changed files with 15 additions and 9 deletions
+3 -3
View File
@@ -7,8 +7,7 @@ libOGoContentStore_LIBRARIES_DEPEND_UPON += \
-lNGExtensions \
-lEOControl \
-lSaxObjC \
-lgnustep-base \
-lobjc
$(BASE_LIBS)
ADDITIONAL_INCLUDE_DIRS += -I. -I.. -I../SOPE -I../SoObjects
@@ -29,4 +28,5 @@ test_quick_extract_TOOL_LIBS += \
-lNGCards \
-lGDLContentStore \
-lGDLAccess \
-lOGoContentStore
-lOGoContentStore \
$(BASE_LIBS)