Fixed the system lib dir to point to the sogo lib dir

This commit is contained in:
Ludovic Marcotte
2014-10-14 09:17:00 -04:00
parent 81ff6bebfe
commit c5a7bcf2aa

View File

@@ -12,7 +12,7 @@ ADDITIONAL_LIB_DIRS += \
-L../SoObjects/SOGo/SOGo.framework/sogo \
-L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/
SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
SYSTEM_LIB_DIR += -L/usr/lib/sogo -L/usr/lib64/sogo -L/usr/local/lib/sogo
$(SOGOD)_TOOL_LIBS += \
-lSOGo \