]> err.no Git - scalable-opengroupware.org/blob - SOGoLogic/GNUmakefile
Plain stupid first version of SOGoLogic
[scalable-opengroupware.org] / SOGoLogic / GNUmakefile
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4
5 include Version
6
7 LIBRARY_NAME = libSOGoLogic
8
9 libSOGoLogic_HEADER_FILES_DIR         = .
10 libSOGoLogic_HEADER_FILES_INSTALL_DIR = /SOGoLogic
11 libSOGoLogic_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
12
13 libSOGoLogic_HEADER_FILES += \
14         SOGoAppointment.h \
15
16 libSOGoLogic_OBJC_FILES += \
17         SOGoAppointment.m       \
18
19 libSOGoLogic_LIBRARY_DEPENDS_UPON += -lNGiCal
20
21 -include GNUmakefile.preamble
22 include $(GNUSTEP_MAKEFILES)/library.make
23 -include GNUmakefile.postamble