mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55: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:
@@ -24,7 +24,8 @@ SOGo_LIBRARIES_DEPEND_UPON += \
|
||||
-lNGStreams -lNGExtensions -lEOControl \
|
||||
-lDOM -lSaxObjC \
|
||||
-lNGLdap -lSBJson \
|
||||
-lGDLContentStore -lgnustep-base -lobjc -ldl
|
||||
-lGDLContentStore \
|
||||
$(BASE_LIBS)
|
||||
|
||||
ifeq ($(HAS_LIBRARY_gnutls),yes)
|
||||
ADDITIONAL_CPPFLAGS += -DHAVE_GNUTLS=1
|
||||
|
||||
Reference in New Issue
Block a user