From f4282ed1bc62b24fd083a4099dcc9244acd4174c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 8 Feb 2007 16:29:22 +0000 Subject: [PATCH] Monotone-Parent: d1d6094a941446a18472970b4ee39ed01ef3a798 Monotone-Revision: 69c9141518bd7929013517efa91e7a4d18ce64d5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-08T16:29:22 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/GNUmakefile.preamble | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SoObjects/SOGo/GNUmakefile.preamble b/SoObjects/SOGo/GNUmakefile.preamble index fd20c9958..0a7155d9b 100644 --- a/SoObjects/SOGo/GNUmakefile.preamble +++ b/SoObjects/SOGo/GNUmakefile.preamble @@ -13,7 +13,7 @@ endif SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib libSOGo_LIB_DIRS += \ - -L$(RELBUILD_DIR_libOGoContentStore) + -L$(RELBUILD_DIR_libOGoContentStore) -L$(RELBUILD_DIR_libOGoContentStore)/../../SOPE/NGCards/$(GNUSTEP_OBJ_DIR) libSOGo_LIBRARIES_DEPEND_UPON += \ -lOGoContentStore \ @@ -26,6 +26,8 @@ libSOGo_LIBRARIES_DEPEND_UPON += \ -lNGLdap ADDITIONAL_TOOL_LIBS += \ + -L$(GNUSTEP_OBJ_DIR)/ \ + $(libSOGO_LIB_DIRS) \ -lGDLContentStore -lGDLAccess \ -lNGLdap \ -lNGExtensions -lEOControl \