]> err.no Git - sope/blob - sope-appserver/NGObjWeb/subdirs.make
removed bogus line
[sope] / sope-appserver / NGObjWeb / subdirs.make
1 # common settings for SOPE subdirs
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4 include ../../Version
5 include ../Version
6
7 ADDITIONAL_CPPFLAGS += \
8         -Wall -DCOMPILE_FOR_GSTEP_MAKE=1        \
9         -DSOPE_MAJOR_VERSION=$(MAJOR_VERSION)   \
10         -DSOPE_MINOR_VERSION=$(MINOR_VERSION)   \
11         -DSOPE_SUBMINOR_VERSION=$(SUBMINOR_VERSION)
12
13 ADDITIONAL_INCLUDE_DIRS += \
14         -I..                    \
15         -I../DynamicElements/   \
16         -I../..                 \
17         -I../../../sope-core                    \
18         -I../../../sope-core/NGStreams          \
19         -I../../../sope-core/NGExtensions       \
20         -I../../../sope-xml