aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/attachment-reminder/Makefile.am
diff options
context:
space:
mode:
authorJohnny Jacob <jjohnny@src.gnome.org>2007-08-12 04:57:48 +0800
committerJohnny Jacob <jjohnny@src.gnome.org>2007-08-12 04:57:48 +0800
commitdb999a6e9b5172a8fc31f0f335a758bcbbff5a32 (patch)
tree2da8a0bef2d0c5a249d8d95b1ddf99b4eadc79d8 /plugins/attachment-reminder/Makefile.am
parent2f4fda8873c755a7c1a8ebe641006eb46a588958 (diff)
downloadgsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.tar
gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.tar.gz
gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.tar.bz2
gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.tar.lz
gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.tar.xz
gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.tar.zst
gsoc2013-evolution-db999a6e9b5172a8fc31f0f335a758bcbbff5a32.zip
Fixed/Marked attachment-reminder strings for translation.
svn path=/trunk/; revision=33987
Diffstat (limited to 'plugins/attachment-reminder/Makefile.am')
-rw-r--r--plugins/attachment-reminder/Makefile.am14
1 files changed, 8 insertions, 6 deletions
diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am
index 78c2ae8f79..3a4c8b62ac 100644
--- a/plugins/attachment-reminder/Makefile.am
+++ b/plugins/attachment-reminder/Makefile.am
@@ -4,15 +4,14 @@ INCLUDES = \
$(EVOLUTION_MAIL_CFLAGS) \
-DEVOLUTION_PLUGINDIR="\"$(plugindir)\""
+@EVO_PLUGIN_RULE@
+
error_DATA = \
- org-gnome-attachment-reminder.errors.xml
+ org-gnome-attachment-reminder.error
errordir = $(privdatadir)/errors
-
-@EVO_PLUGIN_RULE@
-
plugin_DATA = \
org-gnome-evolution-attachment-reminder.eplug \
attachment-reminder.glade
@@ -39,10 +38,13 @@ install-data-local:
fi
EXTRA_DIST = org-gnome-evolution-attachment-reminder.eplug.xml \
- $(error_DATA) \
+ org-gnome-attachment-reminder.error.xml \
$(schema_in_files) \
attachment-reminder.glade
-CLEANFILES = org-gnome-evolution-attachment-reminder.eplug
+BUILT_SOURCES = org-gnome-evolution-attachment-reminder.eplug \
+ org-gnome-attachment-reminder.error
+
+CLEANFILES = $(BUILT_SOURCES)
DISTCLEANFILES = $(schema_DATA)