X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-appserver%2FSoOFS%2FGNUmakefile.preamble;h=5f36537b61bd2d02601d76f9a58de45c9cbf3b08;hb=a2987d1ae925a5e7145fd2aa8827d86c06b12ce9;hp=6a8f81629e1821309bb83595b51aba6d989143cc;hpb=17be2c0fbd946936e3232ad767c3f3b0d4e1470e;p=sope diff --git a/sope-appserver/SoOFS/GNUmakefile.preamble b/sope-appserver/SoOFS/GNUmakefile.preamble index 6a8f8162..5f36537b 100644 --- a/sope-appserver/SoOFS/GNUmakefile.preamble +++ b/sope-appserver/SoOFS/GNUmakefile.preamble @@ -1,15 +1,12 @@ # compilation settings -ADDITIONAL_CPPFLAGS += -Wall -DCOMPILE_FOR_GSTEP_MAKE=1 +# TODO: need to fix COMPILE_FOR_GSTEP_MAKE? +ADDITIONAL_CPPFLAGS += -Wall -DCOMPILE_FOR_GSTEP_MAKE=1 ADDITIONAL_OBJCFLAGS += -Wall -Wno-import -Wno-protocol SOPE_ROOT=../.. CORE_ROOT=$(SOPE_ROOT)/sope-core -ifeq ($(FOUNDATION_LIB),apple) -SoOFS_INSTALL_DIR = /Library/Frameworks/ -endif - ADDITIONAL_INCLUDE_DIRS += \ -I. \ -I.. \ @@ -44,13 +41,13 @@ else SoOFS_LIBRARIES_DEPEND_UPON += \ -framework NGObjWeb \ - -framework NGMime \ + -framework NGMime -framework NGMail \ -framework NGStreams -framework NGExtensions -framework EOControl \ -framework XmlRpc -framework DOM -framework SaxObjC $(SOPED_NAME)_TOOL_LIBS += \ -framework SoOFS -framework NGObjWeb \ - -framework NGMime \ + -framework NGMime -framework NGMail \ -framework NGStreams -framework NGExtensions -framework EOControl \ -framework XmlRpc -framework DOM -framework SaxObjC @@ -62,6 +59,7 @@ endif DEP_DIRS = \ . ../NGObjWeb \ $(SOPE_ROOT)/sope-mime \ + $(SOPE_ROOT)/sope-mime/NGMail \ $(SOPE_ROOT)/sope-core/NGStreams \ $(SOPE_ROOT)/sope-core/NGExtensions \ $(SOPE_ROOT)/sope-core/EOControl \