From 4a521e30098c4b0e4f634fa8dba1840a159e3844 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 22 Aug 2007 15:12:05 +0000 Subject: [PATCH] Monotone-Parent: 54dfcd97cab5ce72c0aceaae23ebf28c39d50601 Monotone-Revision: f9ec755c687fa482360d3b88e321382d4f3396f0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-22T15:12:05 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/GNUmakefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/SoObjects/Mailer/GNUmakefile b/SoObjects/Mailer/GNUmakefile index a0fc74d4d..698e6b6fa 100644 --- a/SoObjects/Mailer/GNUmakefile +++ b/SoObjects/Mailer/GNUmakefile @@ -2,7 +2,7 @@ include ../common.make -BUNDLE_NAME = Mailer +WOBUNDLE_NAME = Mailer Mailer_PRINCIPAL_CLASS = SOGoMailerProduct @@ -29,12 +29,20 @@ Mailer_OBJC_FILES += \ \ SOGoDraftsFolder.m \ SOGoDraftObject.m \ + \ + SOGoMailForward.m \ + SOGoMailEnglishForward.m \ + SOGoMailFrenchForward.m Mailer_RESOURCE_FILES += \ Version \ product.plist \ +Mailer_RESOURCE_FILES += \ + SOGoMailEnglishForward.wo \ + SOGoMailFrenchForward.wo + -include GNUmakefile.preamble -include $(GNUSTEP_MAKEFILES)/bundle.make +include $(GNUSTEP_MAKEFILES)/wobundle.make -include GNUmakefile.postamble include ../../fhsbundle.make