]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/SOGo/GNUmakefile.preamble
build changes
[scalable-opengroupware.org] / SOGo / SoObjects / SOGo / GNUmakefile.preamble
1 # $Id$
2
3 libSOGo_INCLUDE_DIRS += -I..
4
5 ifneq ($(GNUSTEP_BUILD_DIR),)
6         RELBUILD_DIR_libOGoContentStore = \
7                 $(GNUSTEP_BUILD_DIR)/../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME)
8 else
9         RELBUILD_DIR_libOGoContentStore = \
10                 ../../../OGoContentStore/$(GNUSTEP_OBJ_DIR)
11 endif
12
13 libSOGo_LIB_DIRS +=                             \
14         -L$(RELBUILD_DIR_libOGoContentStore)    \
15
16 libSOGo_LIBRARIES_DEPEND_UPON += \
17         -lOGoContentStore       \
18         -lGDLAccess             \
19         -lEOControl             \
20         -lSaxObjC