sogo/SoObjects/Appointments/GNUmakefile
Wolfgang Sourdeau 0e6729a517 - make use of fhswobundle.make instead of fhsbundle.make so that Appointments.SOGo get actually installed correclty;
Monotone-Parent: 4f19f810a4cc24359a80527e9b89621df77ad4c0
Monotone-Revision: 0def6784d3ef69367b94ae24cc2b21a7e7715360

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-04T20:03:04
Monotone-Branch: ca.inverse.sogo
2006-07-04 20:03:04 +00:00

43 lines
959 B
Makefile

# GNUstep makefile
include ../common.make
WOBUNDLE_NAME = Appointments
Appointments_PRINCIPAL_CLASS = SOGoAppointmentsProduct
# Appointments_LANGUAGES = English French
Appointments_OBJC_FILES = \
Product.m \
\
SOGoAppointmentObject.m \
SOGoAppointmentFolder.m \
SOGoGroupAppointmentFolder.m \
SOGoFreeBusyObject.m \
\
SOGoAptMailNotification.m \
SOGoAptMailInvitation.m \
SOGoAptMailUpdate.m \
SOGoAptMailRemoval.m \
SOGoAptMailDeletion.m \
Appointments_RESOURCE_FILES += \
Version \
product.plist \
Appointments_COMPONENTS += \
SOGoAptMailEnglishInvitation.wo \
SOGoAptMailFrenchInvitation.wo \
SOGoAptMailEnglishUpdate.wo \
SOGoAptMailFrenchUpdate.wo \
SOGoAptMailEnglishRemoval.wo \
SOGoAptMailFrenchRemoval.wo \
SOGoAptMailEnglishDeletion.wo \
SOGoAptMailFrenchDeletion.wo \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/wobundle.make
-include GNUmakefile.postamble
include ../../fhswobundle.make