From: helge Date: Tue, 9 Aug 2005 23:44:56 +0000 (+0000) Subject: fixed some comments X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4815baecade081095a0a37c958aefa8e8d050fc2;p=sope fixed some comments git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1020 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-xml/DOM/GNUmakefile b/sope-xml/DOM/GNUmakefile index 8c569997..e1956019 100644 --- a/sope-xml/DOM/GNUmakefile +++ b/sope-xml/DOM/GNUmakefile @@ -101,6 +101,8 @@ DOM_HEADER_FILES = $(libDOM_HEADER_FILES) DOM_OBJC_FILES = $(libDOM_OBJC_FILES) +# building + -include GNUmakefile.preamble ifneq ($(frameworks),yes) include $(GNUSTEP_MAKEFILES)/library.make diff --git a/sope-xml/SaxObjC/GNUmakefile b/sope-xml/SaxObjC/GNUmakefile index b55859d5..49a53007 100644 --- a/sope-xml/SaxObjC/GNUmakefile +++ b/sope-xml/SaxObjC/GNUmakefile @@ -54,10 +54,12 @@ libSaxObjC_HEADER_FILES = \ SaxMethodCallHandler.h \ XMLNamespaces.h \ +# framework support SaxObjC_HEADER_FILES = $(libSaxObjC_HEADER_FILES) SaxObjC_OBJC_FILES = $(libSaxObjC_OBJC_FILES) -# flags + +# building -include GNUmakefile.preamble ifneq ($(frameworks),yes)