From 4ea3e678b4a3e6bc15e0495ebf8c1ab701d5d617 Mon Sep 17 00:00:00 2001 From: znek Date: Fri, 15 Oct 2004 15:34:42 +0000 Subject: [PATCH] properly compiles inline now git-svn-id: http://svn.opengroupware.org/SOPE/trunk@262 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-ical/versitSaxDriver/ChangeLog | 3 +++ sope-ical/versitSaxDriver/GNUmakefile.preamble | 5 +++-- sope-ical/versitSaxDriver/Version | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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 -- 2.39.5