mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 05:45:24 +00:00
Fix for bug #1035
Monotone-Parent: 869378c97b2bf3386ab9d61f8e107135f0dc0529 Monotone-Revision: 698461b7043455867e02dfbd291566ea991bf8a5 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-06-16T15:35:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -21,10 +21,16 @@ SOGo_LIBRARIES_DEPEND_UPON += \
|
||||
-lNGCards \
|
||||
-lNGMime \
|
||||
-lNGStreams -lNGExtensions -lEOControl \
|
||||
-lXmlRpc -lDOM -lSaxObjC -lcrypt \
|
||||
-lXmlRpc -lDOM -lSaxObjC \
|
||||
-lNGLdap -lSBJson \
|
||||
-lGDLContentStore
|
||||
|
||||
ifeq ($(findstring openbsd, $(GNUSTEP_HOST_OS)), openbsd)
|
||||
SOGo_LIBRARIES_DEPEND_UPON += -lcrypto
|
||||
else
|
||||
SOGo_LIBRARIES_DEPEND_UPON += -lcrypt
|
||||
endif
|
||||
|
||||
ADDITIONAL_TOOL_LIBS += \
|
||||
-L$(GNUSTEP_OBJ_DIR)/ \
|
||||
-lSOGo \
|
||||
|
||||
Reference in New Issue
Block a user