From c5a7bcf2aaa4177b873c4a0ca780e046d041e074 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 14 Oct 2014 09:17:00 -0400 Subject: [PATCH] Fixed the system lib dir to point to the sogo lib dir --- Main/GNUmakefile.preamble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main/GNUmakefile.preamble b/Main/GNUmakefile.preamble index a75f9f932..c71f236ea 100644 --- a/Main/GNUmakefile.preamble +++ b/Main/GNUmakefile.preamble @@ -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 \