From 59fb544203f204b1f1e2638dfe04b437fbe5a346 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 20 Sep 2005 10:12:46 +0000 Subject: [PATCH] fixed include pathes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1121 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sopex/SOPEX/ChangeLog | 5 +++++ sopex/SOPEX/GNUmakefile.preamble | 9 +++++++++ sopex/SOPEX/Version | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/sopex/SOPEX/ChangeLog b/sopex/SOPEX/ChangeLog index b2856c25..7269fbe0 100644 --- a/sopex/SOPEX/ChangeLog +++ b/sopex/SOPEX/ChangeLog @@ -1,3 +1,8 @@ +2005-09-20 Helge Hess + + * GNUmakefile.preamble: added include dirs for inline compilation + (v2.0.6) + 2005-09-18 Helge Hess * GNUmakefile.preamble: added linking path/dependency to NGMail diff --git a/sopex/SOPEX/GNUmakefile.preamble b/sopex/SOPEX/GNUmakefile.preamble index f808935a..d9ddcb93 100644 --- a/sopex/SOPEX/GNUmakefile.preamble +++ b/sopex/SOPEX/GNUmakefile.preamble @@ -11,6 +11,15 @@ SOPEX_LIBRARIES_DEPEND_UPON += \ -framework NGStreams -framework NGExtensions -framework EOControl \ -framework XmlRpc -framework DOM -framework SaxObjC +# we need this until the framework switches work for PCH: + +ADDITIONAL_INCLUDE_DIRS += \ + -I$(SOPE_ROOT)/sope-appserver/NGObjWeb \ + -I$(SOPE_ROOT)/sope-core/NGExtensions \ + -I$(SOPE_ROOT)/sope-core/NGStreams \ + -I$(SOPE_ROOT)/sope-core \ + -I$(SOPE_ROOT)/sope-xml + # library/framework search pathes diff --git a/sopex/SOPEX/Version b/sopex/SOPEX/Version index 1b35913e..c53d9c76 100644 --- a/sopex/SOPEX/Version +++ b/sopex/SOPEX/Version @@ -7,7 +7,7 @@ MAJOR_VERSION=2 MINOR_VERSION=0 -SUBMINOR_VERSION=5 +SUBMINOR_VERSION=6 # v2.0.0 requires NGObjWeb v4.5.95 # v1.0.7 requires NGObjWeb v4.2.341 -- 2.39.5