]> err.no Git - sope/blob - sope-appserver/NGObjWeb/ngobjweb.make
fixed bundle resource lookup on MacOSX, changed resource lookup in
[sope] / sope-appserver / NGObjWeb / ngobjweb.make
1 # $Id: ngobjweb.make 14 2004-08-20 21:07:18Z helge $
2
3 WO_LDFLAGS =
4 WO_LIBS    = -lNGObjWeb -lNGMime -lNGStreams -lNGExtensions        
5 WO_DEFINE  = -DNGObjWeb_LIBRARY=1
6
7 ifeq ($(FOUNDATION_LIB),apple)
8 WO_LIBS += \
9         -lNGMime -lNGStreams -lNGExtensions -lEOControl \
10         -lXmlRpc -lDOM -lSaxObjC
11 endif