]> err.no Git - sope/commitdiff
use proper system lib dir
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 2 Apr 2006 19:49:13 +0000 (19:49 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 2 Apr 2006 19:49:13 +0000 (19:49 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1242 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/samples/HelloWorld/GNUmakefile.preamble
sope-appserver/samples/iCalPortal/GNUmakefile.preamble

index 76f949a3e43d159f37b52ba0f8eefad91c9b2cd8..9bf372a3a4b518bfb5761407a73558f8cf1b6942 100644 (file)
@@ -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
index ba06b11f6959b186d0ad4e673064619b1182abac..9c5f484dbe9a4d2a24a15bb3f61d68b68f34a8a0 100644 (file)
@@ -9,3 +9,5 @@ ADDITIONAL_TOOL_LIBS += \
 else
 ADDITIONAL_TOOL_LIBS += -lcrypt
 endif
+
+SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib