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
+2 -1
View File
@@ -10,7 +10,8 @@ libSOGoUI_LIBRARIES_DEPEND_UPON += \
-lNGObjWeb \
-lNGMime \
-lNGExtensions -lEOControl \
-lSaxObjC -lgnustep-base -lSOGo -lobjc
-lSaxObjC -lSOGo \
$(BASE_LIBS)
SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
ADDITIONAL_INCLUDE_DIRS += -I../../SoObjects