mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user