X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-xml%2FGNUmakefile;h=cf91b49a5dae9c359924ac6f8bf207d9f57f13a2;hb=174fad9d24d2ee622b18ee865b1eb83273262990;hp=b17f4e2339bb0e575e31d3ebc9f194d1deae84a9;hpb=7eadc020be39163d31271943ebe303a97725794e;p=sope diff --git a/sope-xml/GNUmakefile b/sope-xml/GNUmakefile index b17f4e23..cf91b49a 100644 --- a/sope-xml/GNUmakefile +++ b/sope-xml/GNUmakefile @@ -1,9 +1,10 @@ -# $Id$ +# GNUstep makefile +-include ../config.make include $(GNUSTEP_MAKEFILES)/common.make -PACKAGE_NAME=skyrix-xml -VERSION=4.2.0 +PACKAGE_NAME=sope-xml +VERSION=4.5.0 SUBPROJECTS = \ SaxObjC \ @@ -13,8 +14,4 @@ SUBPROJECTS = \ XmlRpc \ samples \ -ifeq ($(FOUNDATION_LIB), apple) -# no makefile yet: SUBPROJECTS += CFXMLSaxDriver -endif - include $(GNUSTEP_MAKEFILES)/aggregate.make