]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/Appointments/GNUmakefile.preamble
added support for FHS SOPE, fixed errors in XML templates
[scalable-opengroupware.org] / SOGo / SoObjects / Appointments / GNUmakefile.preamble
1 # $Id$
2
3 ADDITIONAL_INCLUDE_DIRS += \
4         -I.. \
5         -I../../..
6
7 ADDITIONAL_LIB_DIRS += \
8         -L../SOGo/$(GNUSTEP_OBJ_DIR)/ \
9         -L../../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \
10         -L../../../SOGoLogic/$(GNUSTEP_OBJ_DIR)/        \
11         -L/usr/local/lib -L/usr/lib
12
13 Appointments_BUNDLE_LIBS += \
14         -lSOGo -lSOGoLogic \
15         -lOGoContentStore       \
16         -lGDLAccess             \
17         -lEOControl             \
18         -lSaxObjC
19