From: helge Date: Tue, 27 Sep 2005 21:49:24 +0000 (+0000) Subject: added Version files to framework builds X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08fec04198bb6af350b6577d046c69f90d7638aa;p=sope added Version files to framework builds git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1133 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-xml/DOM/GNUmakefile b/sope-xml/DOM/GNUmakefile index f019124d..41dfd392 100644 --- a/sope-xml/DOM/GNUmakefile +++ b/sope-xml/DOM/GNUmakefile @@ -7,6 +7,7 @@ ifneq ($(frameworks),yes) LIBRARY_NAME = libDOM else FRAMEWORK_NAME = DOM +DOM_RESOURCE_FILES += Version endif libDOM_PCH_FILE = common.h diff --git a/sope-xml/SaxObjC/GNUmakefile b/sope-xml/SaxObjC/GNUmakefile index 1f0cb15b..6670fc09 100644 --- a/sope-xml/SaxObjC/GNUmakefile +++ b/sope-xml/SaxObjC/GNUmakefile @@ -7,6 +7,7 @@ ifneq ($(frameworks),yes) LIBRARY_NAME = libSaxObjC else FRAMEWORK_NAME = SaxObjC +SaxObjC_RESOURCE_FILES += Version endif libSaxObjC_PCH_FILE = common.h diff --git a/sope-xml/XmlRpc/GNUmakefile b/sope-xml/XmlRpc/GNUmakefile index 88b6412b..cde9b4af 100644 --- a/sope-xml/XmlRpc/GNUmakefile +++ b/sope-xml/XmlRpc/GNUmakefile @@ -7,6 +7,7 @@ ifneq ($(frameworks),yes) LIBRARY_NAME = libXmlRpc else FRAMEWORK_NAME = XmlRpc +XmlRpc_RESOURCE_FILES += Version endif libXmlRpc_PCH_FILE = common.h diff --git a/sope-xml/umbrella.make b/sope-xml/umbrella.make index a761c82c..6ec0d624 100644 --- a/sope-xml/umbrella.make +++ b/sope-xml/umbrella.make @@ -3,6 +3,7 @@ ifeq ($(frameworks),yes) FRAMEWORK_NAME = sope-xml +sope-xml_RESOURCE_FILES += Version sope-xml_C_FILES = dummy.c