]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/common.make
made sogod a tool, places bundles into Library/SOGo-0.9
[scalable-opengroupware.org] / SOGo / SoObjects / common.make
1 # common make file for SoObject 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
14 ADDITIONAL_LIB_DIRS += \
15         -L../SOGo/$(GNUSTEP_OBJ_DIR)/ \
16         -L../../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \
17         -L../../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/        \
18         -L/usr/local/lib -L/usr/lib
19
20 BUNDLE_LIBS += \
21         -lSOGo -lSOGoLogic      \
22         -lOGoContentStore       \
23         -lGDLAccess             \
24         -lNGObjWeb              \
25         -lNGiCal -lNGMime -lNGLdap \
26         -lNGStreams -lNGExtensions -lEOControl \
27         -lXmlRpc -lDOM -lSaxObjC