From: helge Date: Wed, 30 Jun 2004 11:43:34 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@114 d1b88da0-ebda-0310-925b-ed51d... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5bcbeffd332b3c3565705ca3b8d55bb0fbf15f;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@114 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/OGoContentStore/ChangeLog b/OGoContentStore/ChangeLog index a1e4718b..96c1bc14 100644 --- a/OGoContentStore/ChangeLog +++ b/OGoContentStore/ChangeLog @@ -1,3 +1,8 @@ +2004-06-30 Helge Hess + + * GNUmakefile.preamble (ocs_ls_TOOL_LIBS): added static dependencies + for OSX + 2004-06-30 Marcus Mueller * ocs_cat.m, ocs_ls.m, ocs_mkdir.m: fixed for gnustep compile. diff --git a/OGoContentStore/GNUmakefile.preamble b/OGoContentStore/GNUmakefile.preamble index 39f119fa..8ed35e95 100644 --- a/OGoContentStore/GNUmakefile.preamble +++ b/OGoContentStore/GNUmakefile.preamble @@ -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)