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:
Ludovic Marcotte
2011-06-16 15:35:13 +00:00
parent 2607436632
commit 06419a4edf
+7 -1
View File
@@ -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 \