From: helge Date: Thu, 21 Oct 2004 14:51:56 +0000 (+0000) Subject: fixed config.make compilation X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ceee7aca695b415cf757002a50d1e347c51339e;p=sope fixed config.make compilation git-svn-id: http://svn.opengroupware.org/SOPE/trunk@294 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-xml/STXSaxDriver/ChangeLog b/sope-xml/STXSaxDriver/ChangeLog index a7d30716..f7c4f18b 100644 --- a/sope-xml/STXSaxDriver/ChangeLog +++ b/sope-xml/STXSaxDriver/ChangeLog @@ -1,3 +1,7 @@ +2004-10-21 Helge Hess + + * ExtraSTX/GNUmakefile: fixed for config.make compilation (v1.0.10) + 2004-08-29 Helge Hess * added hack to install the project in FHS locations - the SAX driver diff --git a/sope-xml/STXSaxDriver/ExtraSTX/GNUmakefile b/sope-xml/STXSaxDriver/ExtraSTX/GNUmakefile index c6db857f..a91adceb 100644 --- a/sope-xml/STXSaxDriver/ExtraSTX/GNUmakefile +++ b/sope-xml/STXSaxDriver/ExtraSTX/GNUmakefile @@ -1,5 +1,6 @@ -# $Id$ +# GNUstep makefile +-include ../../../config.make include $(GNUSTEP_MAKEFILES)/common.make SUBPROJECT_NAME = ExtraSTX diff --git a/sope-xml/STXSaxDriver/Version b/sope-xml/STXSaxDriver/Version index 2361ba46..c75b4c32 100644 --- a/sope-xml/STXSaxDriver/Version +++ b/sope-xml/STXSaxDriver/Version @@ -1,5 +1,5 @@ -# $Id$ +# Version file MAJOR_VERSION=1 MINOR_VERSION=0 -SUBMINOR_VERSION:=9 +SUBMINOR_VERSION:=10