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