From: helge Date: Wed, 23 Mar 2005 14:35:30 +0000 (+0000) Subject: minor preps for SOPE 4.5 compilation X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2990811b956834563554357c4af853aea40eddb3;p=sope minor preps for SOPE 4.5 compilation git-svn-id: http://svn.opengroupware.org/SOPE/trunk@693 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/Recycler/ExpatSaxDriver/GNUmakefile b/Recycler/ExpatSaxDriver/GNUmakefile index 70b8831d..436c3915 100644 --- a/Recycler/ExpatSaxDriver/GNUmakefile +++ b/Recycler/ExpatSaxDriver/GNUmakefile @@ -1,6 +1,9 @@ -# $Id$ +# GNUstep makefile +-include ../../config.make include $(GNUSTEP_MAKEFILES)/common.make +-include ../../Version +-include ./Version BUNDLE_NAME = ExpatSaxDriver BUNDLE_EXTENSION = .sax @@ -35,3 +38,5 @@ after-all :: @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\ cp ../bundle-info.plist .) endif + +SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib