]> err.no Git - sope/commitdiff
fixed include pathes
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 20 Sep 2005 10:12:46 +0000 (10:12 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 20 Sep 2005 10:12:46 +0000 (10:12 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1121 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sopex/SOPEX/ChangeLog
sopex/SOPEX/GNUmakefile.preamble
sopex/SOPEX/Version

index b2856c253445499a6f98296e8987bf5a503bced3..7269fbe038db34b17bbd6533768fecbb9af22d31 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-20  Helge Hess  <helge.hess@opengroupware.org>
+
+       * GNUmakefile.preamble: added include dirs for inline compilation
+         (v2.0.6)
+
 2005-09-18  Helge Hess  <helge.hess@opengroupware.org>
 
        * GNUmakefile.preamble: added linking path/dependency to NGMail
index f808935a7966f25022262832f6ceed559882c491..d9ddcb939def49b99ddeb492bef1877e039af036 100644 (file)
@@ -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
 
index 1b35913ea4ce048632239734f3b57baae69b889d..c53d9c765a040b1910691465abfbba280e0ab0f4 100644 (file)
@@ -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