]> err.no Git - scalable-opengroupware.org/blob - SOGo/SoObjects/Appointments/GNUmakefile
feac2367374b3717de2da7237dbab0de78783065
[scalable-opengroupware.org] / SOGo / SoObjects / Appointments / GNUmakefile
1 # $Id: GNUmakefile,v 1.3 2004/04/06 13:01:10 helge Exp $
2
3 include ../common.make
4
5 BUNDLE_NAME = Appointments
6
7 Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct
8
9 Appointments_OBJC_FILES = \
10         Product.m                       \
11         \
12         SOGoAppointmentObject.m         \
13         SOGoAppointmentFolder.m         \
14         SOGoGroupAppointmentFolder.m    \
15
16 Appointments_RESOURCE_FILES += \
17         Version                 \
18         product.plist
19
20 -include GNUmakefile.preamble
21 include $(GNUSTEP_MAKEFILES)/bundle.make
22 -include GNUmakefile.postamble