From: maxime Date: Wed, 6 Jul 2005 15:07:08 +0000 (+0000) Subject: added missing link directive to libOGoContentStore X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=107fbba4c344441eb7a7a9db340de63e045e0d6b;p=scalable-opengroupware.org added missing link directive to libOGoContentStore git-svn-id: http://svn.opengroupware.org/SOGo/trunk@666 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/Main/GNUmakefile.preamble b/SOGo/Main/GNUmakefile.preamble index 4586f1c7..04ad9e9c 100644 --- a/SOGo/Main/GNUmakefile.preamble +++ b/SOGo/Main/GNUmakefile.preamble @@ -11,7 +11,7 @@ ADDITIONAL_INCLUDE_DIRS += \ ADDITIONAL_LIB_DIRS += \ -L../SoObjects/SOGo/$(GNUSTEP_OBJ_DIR)/ \ - -L../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \ + -L../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \ -L../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/ \ SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib @@ -20,11 +20,13 @@ MainUI_BUNDLE_LIBS += \ -lNGObjWeb \ -lNGMime \ -lNGStreams -lNGExtensions -lEOControl \ - -lDOM -lXmlRpc -lSaxObjC + -lDOM -lXmlRpc -lSaxObjC + $(SOGOD)_TOOL_LIBS += \ -lWEExtensions \ -lNGObjWeb \ -lNGMime \ -lNGStreams -lNGExtensions -lEOControl \ - -lDOM -lXmlRpc -lSaxObjC -lSOGo + -lDOM -lXmlRpc -lSaxObjC -lSOGo \ + -lOGoContentStore