From ec5bcbeffd332b3c3565705ca3b8d55bb0fbf15f Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 30 Jun 2004 11:43:34 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@114 d1b88da0-ebda-0310-925b-ed51d893ca5b --- OGoContentStore/ChangeLog | 5 +++++ OGoContentStore/GNUmakefile.preamble | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 2.39.5