sogo/Tools/GNUmakefile.preamble
Francis Lachapelle 66e70bf86f Added missing reference to OGoContentStore library for sogo-tool.
Monotone-Parent: cb5e9ddc0ef41b06a2543c662effea6af7d37902
Monotone-Revision: e961e37e8b7e809c653c4c8778e41e86e2929054

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-10T21:08:03
Monotone-Branch: ca.inverse.sogo
2010-11-10 21:08:03 +00:00

18 lines
591 B
Plaintext

# compile settings
ADDITIONAL_CPPFLAGS += \
-DSOGO_MAJOR_VERSION=$(MAJOR_VERSION) \
-DSOGO_MINOR_VERSION=$(MINOR_VERSION) \
-DSOGO_SUBMINOR_VERSION=$(SUBMINOR_VERSION) \
-DSOGO_LIBDIR="@\"$(SOGO_LIBDIR)\""
ADDITIONAL_INCLUDE_DIRS += \
-D_GNU_SOURCE -I../SOPE/ -I../SoObjects/
ADDITIONAL_LIB_DIRS += \
-L../SoObjects/SOGo/SOGo.framework -lSOGo \
-L../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ -lOGoContentStore \
-L../SOPE/GDLContentStore/$(GNUSTEP_OBJ_DIR)/ -lGDLContentStore \
-L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -lNGCards \
-L/usr/local/lib -L/usr/lib