From: znek Date: Fri, 15 Oct 2004 15:34:42 +0000 (+0000) Subject: properly compiles inline now X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ea3e678b4a3e6bc15e0495ebf8c1ab701d5d617;p=sope properly compiles inline now git-svn-id: http://svn.opengroupware.org/SOPE/trunk@262 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-ical/versitSaxDriver/ChangeLog b/sope-ical/versitSaxDriver/ChangeLog index 687c9ccf..8bb49518 100644 --- a/sope-ical/versitSaxDriver/ChangeLog +++ b/sope-ical/versitSaxDriver/ChangeLog @@ -1,5 +1,8 @@ 2004-10-15 Marcus Mueller + * GNUmakefile.preamble: NGExtensions was missing for proper inline + compilation to work (v1.0.2) + * v1.0.1 * README: corrected the examples diff --git a/sope-ical/versitSaxDriver/GNUmakefile.preamble b/sope-ical/versitSaxDriver/GNUmakefile.preamble index a69fa807..af27dfa7 100644 --- a/sope-ical/versitSaxDriver/GNUmakefile.preamble +++ b/sope-ical/versitSaxDriver/GNUmakefile.preamble @@ -3,8 +3,9 @@ SOPE_ROOT=../.. SOPE_OBJ_ROOT=$(GNUSTEP_BUILD_DIR)/$(SOPE_ROOT) -ADDITIONAL_INCLUDE_DIRS += \ - -I$(SOPE_ROOT)/sope-xml +ADDITIONAL_INCLUDE_DIRS += \ + -I$(SOPE_ROOT)/sope-xml \ + -I$(SOPE_ROOT)/sope-core/NGExtensions BUNDLE_LIBS += \ -lSaxObjC diff --git a/sope-ical/versitSaxDriver/Version b/sope-ical/versitSaxDriver/Version index e7199dde..e3d970fc 100644 --- a/sope-ical/versitSaxDriver/Version +++ b/sope-ical/versitSaxDriver/Version @@ -2,4 +2,4 @@ MAJOR_VERSION=1 MINOR_VERSION=0 -SUBMINOR_VERSION:=1 +SUBMINOR_VERSION:=2