From 794ebe1fe4e879f427c1a3f6a4a88c49902a2202 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 30 Jun 2004 12:11:13 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@117 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/Appointments/GNUmakefile.preamble | 7 ++++++- SOGo/SoObjects/SOGo/GNUmakefile.preamble | 6 ++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/SOGo/SoObjects/Appointments/GNUmakefile.preamble b/SOGo/SoObjects/Appointments/GNUmakefile.preamble index 050fe7c4..f5fdadee 100644 --- a/SOGo/SoObjects/Appointments/GNUmakefile.preamble +++ b/SOGo/SoObjects/Appointments/GNUmakefile.preamble @@ -10,4 +10,9 @@ ADDITIONAL_LIB_DIRS += \ -L../../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/ Appointments_BUNDLE_LIBS += \ - -lSOGo -lSOGoLogic + -lSOGo -lSOGoLogic \ + -lOGoContentStore \ + -lGDLAccess \ + -lEOControl \ + -lSaxObjC + diff --git a/SOGo/SoObjects/SOGo/GNUmakefile.preamble b/SOGo/SoObjects/SOGo/GNUmakefile.preamble index b7822158..c4c6bb23 100644 --- a/SOGo/SoObjects/SOGo/GNUmakefile.preamble +++ b/SOGo/SoObjects/SOGo/GNUmakefile.preamble @@ -1,3 +1,9 @@ # $Id$ ADDITIONAL_INCLUDE_DIRS += -I.. + +libSOGo_LIBRARIES_DEPEND_UPON += \ + -lOGoContentStore \ + -lGDLAccess \ + -lEOControl \ + -lSaxObjC -- 2.39.5