mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
Merge pull request #2 from dekkers/link-everything-correctly
Specify all necessary libraries when linking (thanks to Jeroen Dekkers)
This commit is contained in:
@@ -9,8 +9,8 @@ endif
|
||||
libSOGoUI_LIBRARIES_DEPEND_UPON += \
|
||||
-lNGObjWeb \
|
||||
-lNGMime \
|
||||
-lNGStreams -lNGExtensions -lEOControl \
|
||||
-lXmlRpc -lDOM -lSaxObjC -lWOExtensions
|
||||
-lNGExtensions -lEOControl \
|
||||
-lSaxObjC -lgnustep-base -lSOGo -lobjc
|
||||
|
||||
SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../../SoObjects
|
||||
|
||||
Reference in New Issue
Block a user