]> err.no Git - sope/commitdiff
added missing inline pathes
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 17 Aug 2005 20:03:12 +0000 (20:03 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 17 Aug 2005 20:03:12 +0000 (20:03 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1049 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/samples/CoreDataBlog/GNUmakefile.preamble

index 71f815393bf06ad3a964711c994b6307d690b92b..2aee8626353c82b3947c61295e6401e6bd4b9ced 100644 (file)
@@ -1,5 +1,8 @@
 # compile settings
 
+# Note: a lot of this stuff is only necessary for 'inline compilation', that is
+#       compiling the sample without having SOPE installed in advance.
+
 SOPE_ROOT=../../..
 
 
@@ -34,6 +37,7 @@ endif
 # library/framework search pathes
 
 DEP_DIRS = \
+       $(SOPE_ROOT)/sope-appserver/NGObjWeb    \
        $(SOPE_ROOT)/sope-mime                  \
        $(SOPE_ROOT)/sope-core/EOCoreData       \
        $(SOPE_ROOT)/sope-core/NGStreams        \