]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/GNUmakefile.preamble
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@135 d1b88da0-ebda-0310-925b-ed51d...
[scalable-opengroupware.org] / SOGo / UI / Common / GNUmakefile.preamble
1 # $Id$
2
3 ifneq ($(GNUSTEP_BUILD_DIR),)
4         RELBUILD_DIR_libSOGoUI = \
5                 $(GNUSTEP_BUILD_DIR)/../SOGoUI/$(GNUSTEP_OBJ_DIR_NAME)
6 else
7         RELBUILD_DIR_libSOGoUI = ../SOGoUI/$(GNUSTEP_OBJ_DIR)
8 endif
9
10 CommonUI_LIB_DIRS += -L$(RELBUILD_DIR_libSOGoUI)
11
12 CommonUI_BUNDLE_LIBS += \
13         -lNGObjWeb -lNGScripting \
14         -lNGMime -lNGStreams -lNGExtensions -lEOControl \
15         -lXmlRpc -lDOM -lSaxObjC -lSOGoUI