]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/SOGo/GNUmakefile.preamble
added support for FHS SOPE, fixed errors in XML templates
[scalable-opengroupware.org] / SOGo / SoObjects / SOGo / GNUmakefile.preamble
1 # $Id$
2
3 libSOGo_INCLUDE_DIRS += -I.. -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         -L/usr/local/lib -L/usr/lib
16
17 libSOGo_LIBRARIES_DEPEND_UPON += \
18         -lOGoContentStore       \
19         -lGDLAccess             \
20         -lEOControl             \
21         -lSaxObjC