]> err.no Git - sope/blob - sope-appserver/samples/iCalPortal/GNUmakefile.preamble
renamed packages as discussed in the developer list
[sope] / sope-appserver / samples / iCalPortal / GNUmakefile.preamble
1 # $Id$
2
3 ADDITIONAL_INCLUDE_DIRS += -I. -I./WebDAV
4
5 ADDITIONAL_TOOL_LIBS += -lNGiCal
6
7 ifeq ($(FOUNDATION_LIB),apple)
8 ADDITIONAL_TOOL_LIBS += \
9         -lNGScripting   \
10         -lEOControl     \
11         -lXmlRpc -lDOM -lSaxObjC
12 else
13 ADDITIONAL_TOOL_LIBS += -lcrypt
14 endif