]> err.no Git - scalable-opengroupware.org/blob - SOGo/Protocols/common.make
compile fixes
[scalable-opengroupware.org] / SOGo / Protocols / common.make
1 # common make file for Protocol bundles
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4 include ../../Version
5 include ./Version
6
7 BUNDLE_EXTENSION   = .SOGo
8 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
9
10 ADDITIONAL_INCLUDE_DIRS += \
11         -I..            \
12         -I../..         \
13         -I../../..      \
14         -I../../SoObjects
15
16 RELBUILD_DIR_libSOGo = \
17         $(GNUSTEP_BUILD_DIR)/../../SoObjects/SOGo/$(GNUSTEP_OBJ_DIR_NAME)
18 RELBUILD_DIR_libOGoContentStore = \
19         $(GNUSTEP_BUILD_DIR)/../../../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME)
20
21 ADDITIONAL_LIB_DIRS +=                          \
22         -L$(RELBUILD_DIR_libSOGo)               \
23         -L$(RELBUILD_DIR_libOGoContentStore)
24
25 ADDITIONAL_LIB_DIRS += -L/usr/local/lib -L/usr/lib
26
27 BUNDLE_LIBS +=                                  \
28         -lSOGo                                  \
29         -lOGoContentStore                       \
30         -lGDLAccess                             \
31         -lNGObjWeb                              \
32         -lNGMime -lNGiCal -lNGLdap              \
33         -lNGStreams -lNGExtensions -lEOControl  \
34         -lXmlRpc -lDOM -lSaxObjC