]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@117 d1b88da0-ebda-0310-925b-ed51d...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 12:11:13 +0000 (12:11 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 30 Jun 2004 12:11:13 +0000 (12:11 +0000)
SOGo/SoObjects/Appointments/GNUmakefile.preamble
SOGo/SoObjects/SOGo/GNUmakefile.preamble

index 050fe7c45fa695950adaa956bb15e03075a84f15..f5fdadee0d9e7289b61621ebde5be8f5596bf3ef 100644 (file)
@@ -10,4 +10,9 @@ ADDITIONAL_LIB_DIRS += \
        -L../../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/
 
 Appointments_BUNDLE_LIBS += \
-       -lSOGo -lSOGoLogic
+       -lSOGo -lSOGoLogic \
+       -lOGoContentStore       \
+       -lGDLAccess             \
+       -lEOControl             \
+       -lSaxObjC
+
index b7822158a28fe6b317e099864d056e0f5e7f4c8a..c4c6bb23ff73936cba604770247bff21158e79e0 100644 (file)
@@ -1,3 +1,9 @@
 # $Id$
 
 ADDITIONAL_INCLUDE_DIRS += -I..
+
+libSOGo_LIBRARIES_DEPEND_UPON += \
+       -lOGoContentStore       \
+       -lGDLAccess             \
+       -lEOControl             \
+       -lSaxObjC