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
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
MAJOR_VERSION=1
MINOR_VERSION=0
-SUBMINOR_VERSION:=1
+SUBMINOR_VERSION:=2