mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
Use the output of "gnustep-config --base-libs" to determine which libs our libraries must be linked against
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -42,5 +42,5 @@ endif
|
||||
SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
|
||||
|
||||
BUNDLE_LIBS += \
|
||||
-lSOGoUI \
|
||||
-lSOGoUI \
|
||||
-lSOGo
|
||||
|
||||
Reference in New Issue
Block a user