From: helge Date: Thu, 17 Nov 2005 18:53:31 +0000 (+0000) Subject: fixed a small linking bug X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c003c78fbed7892f66154785345032427199f60;p=sope fixed a small linking bug git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1183 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/samples/HelloForm/ChangeLog b/sope-appserver/samples/HelloForm/ChangeLog index eb60fc5a..574ebdab 100644 --- a/sope-appserver/samples/HelloForm/ChangeLog +++ b/sope-appserver/samples/HelloForm/ChangeLog @@ -1,3 +1,7 @@ +2005-11-17 Helge Hess + + * GNUmakefile.preamble: fixed include path of system libs + 2005-07-11 Helge Hess * created by copying HelloWorld diff --git a/sope-appserver/samples/HelloForm/GNUmakefile.preamble b/sope-appserver/samples/HelloForm/GNUmakefile.preamble index 76f949a3..9bf372a3 100644 --- a/sope-appserver/samples/HelloForm/GNUmakefile.preamble +++ b/sope-appserver/samples/HelloForm/GNUmakefile.preamble @@ -6,4 +6,4 @@ ADDITIONAL_TOOL_LIBS += \ -lEOControl \ -lDOM -lXmlRpc -lSaxObjC -ADDITIONAL_LIB_DIRS += -L/usr/local/lib -L/usr/lib +SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib