SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV. WWW: https://sogo.nu/ PR: 249370 Submitted by: Lars Liedtke <liedtke at punkt.de>
9 lines
506 B
Text
9 lines
506 B
Text
--- Tools/GNUmakefile.preamble.orig 2016-07-12 16:56:44 UTC
|
|
+++ Tools/GNUmakefile.preamble
|
|
@@ -13,4 +13,5 @@ ADDITIONAL_LIB_DIRS += \
|
|
-L../SoObjects/SOGo/SOGo.framework/sogo -lSOGo \
|
|
-L../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \
|
|
-L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \
|
|
- -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb
|
|
+ -lEOControl -lNGStreams -lNGMime -lNGExtensions -lNGObjWeb \
|
|
+ -lGDLAccess -lDOM -lSaxObjC -lNGLdap -lSBJson -lWEExtensions
|