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

index a1e4718bfb89417076bca8bfbf115f92d7850db8..96c1bc141978dc319e7af2c45d7fed1a89dd4f70 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-30  Helge Hess  <helge.hess@opengroupware.org>
+
+       * GNUmakefile.preamble (ocs_ls_TOOL_LIBS): added static dependencies
+         for OSX
+
 2004-06-30  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * ocs_cat.m, ocs_ls.m, ocs_mkdir.m: fixed for gnustep compile.
index 39f119faafec74460a9149e704a3c31bd6e8303f..8ed35e953e9abae92ab8d05a5bccbef01a0ad3bb 100644 (file)
@@ -7,7 +7,8 @@ libOGoContentStore_LIBRARIES_DEPEND_UPON += \
 OCS_TOOL_LIBS += \
        -lOGoContentStore       \
        -lGDLAccess             \
-       -lNGExtensions -lEOControl
+       -lNGExtensions -lEOControl      \
+       -lDOM -lSaxObjC
 
 ocs_ls_TOOL_LIBS    += $(OCS_TOOL_LIBS)
 ocs_mkdir_TOOL_LIBS += $(OCS_TOOL_LIBS)