]> err.no Git - scalable-opengroupware.org/blob - ZideStore/UI-X/Scheduler/GNUmakefile.preamble
Slight fixes for the build process using recent gnustep-make
[scalable-opengroupware.org] / ZideStore / UI-X / Scheduler / GNUmakefile.preamble
1 # $Id$
2
3 ifneq ($(GNUSTEP_BUILD_DIR),)
4         RELBUILD_DIR_libZideStoreCommonUI = \
5                 $(GNUSTEP_BUILD_DIR)/../Common/$(GNUSTEP_OBJ_DIR_NAME)
6 else
7         RELBUILD_DIR_libZideStoreCommonUI = ../Common
8 endif
9
10 SchedulerUI_LIB_DIRS += -L$(RELBUILD_DIR_libZideStoreCommonUI)
11
12 SchedulerUI_BUNDLE_LIBS += \
13         -lNGObjWeb -lNGScripting \
14         -lNGMime -lNGStreams -lNGExtensions -lEOControl \
15         -lXmlRpc -lDOM -lSaxObjC -lZideStoreCommonUI