From 66e70bf86f124d80191eb98fdedde6a611fc8f54 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 10 Nov 2010 21:08:03 +0000 Subject: [PATCH] Added missing reference to OGoContentStore library for sogo-tool. Monotone-Parent: cb5e9ddc0ef41b06a2543c662effea6af7d37902 Monotone-Revision: e961e37e8b7e809c653c4c8778e41e86e2929054 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-11-10T21:08:03 Monotone-Branch: ca.inverse.sogo --- Tools/GNUmakefile.preamble | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/GNUmakefile.preamble b/Tools/GNUmakefile.preamble index 286602155..a2a0420c8 100644 --- a/Tools/GNUmakefile.preamble +++ b/Tools/GNUmakefile.preamble @@ -11,6 +11,7 @@ ADDITIONAL_INCLUDE_DIRS += \ ADDITIONAL_LIB_DIRS += \ -L../SoObjects/SOGo/SOGo.framework -lSOGo \ + -L../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ -lOGoContentStore \ -L../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \ -L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \ -L/usr/local/lib -L/usr/lib