]> err.no Git - sope/commitdiff
properly compiles inline now
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 15 Oct 2004 15:34:42 +0000 (15:34 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 15 Oct 2004 15:34:42 +0000 (15:34 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@262 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/versitSaxDriver/ChangeLog
sope-ical/versitSaxDriver/GNUmakefile.preamble
sope-ical/versitSaxDriver/Version

index 687c9ccf953e98a590063ba4077edadf6ad8d093..8bb49518bd2d885b8ff1bed4ca54f42908d12add 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-15  Marcus Mueller  <znek@mulle-kybernetik.com>
 
+       * GNUmakefile.preamble: NGExtensions was missing for proper inline
+         compilation to work (v1.0.2)
+
        * v1.0.1
 
        * README: corrected the examples
index a69fa8075af6406b9849c66ec228e3c13dc61c76..af27dfa7df27aec01548e9faec81442211403e1d 100644 (file)
@@ -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
index e7199ddedc8a01c8e1244dc106ce25f09115fba2..e3d970fc7d39b78efb63bf03d1c24e6e6b6aedf4 100644 (file)
@@ -2,4 +2,4 @@
 
 MAJOR_VERSION=1
 MINOR_VERSION=0
-SUBMINOR_VERSION:=1
+SUBMINOR_VERSION:=2