aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/attachment-reminder/Makefile.am
diff options
context:
space:
mode:
authorJohnny Jacob <jjohnny@src.gnome.org>2007-08-20 12:38:18 +0800
committerJohnny Jacob <jjohnny@src.gnome.org>2007-08-20 12:38:18 +0800
commita941352c299c6fe0587c43dfa27b40d491e2f205 (patch)
treeb0052caf39b3abcce316151cab4a3cbe4c8180cf /plugins/attachment-reminder/Makefile.am
parent3ea7bd690fb04f799fea74dc251446ba735a4927 (diff)
downloadgsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar
gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.gz
gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.bz2
gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.lz
gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.xz
gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.tar.zst
gsoc2013-evolution-a941352c299c6fe0587c43dfa27b40d491e2f205.zip
Fix for 468159 from Gilles Dartiguelongue <gdartigu@svn.gnome.org>
--This line, and th se below, will be ignored-- A plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in M plugins/attachment-reminder/ChangeLog M plugins/attachment-reminder/Makefile.am D plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.in M plugins/tnef-attachments/Makefile.am svn path=/trunk/; revision=34040
Diffstat (limited to 'plugins/attachment-reminder/Makefile.am')
-rw-r--r--plugins/attachment-reminder/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/attachment-reminder/Makefile.am b/plugins/attachment-reminder/Makefile.am
index 3a4c8b62ac..79e4271370 100644
--- a/plugins/attachment-reminder/Makefile.am
+++ b/plugins/attachment-reminder/Makefile.am
@@ -22,11 +22,8 @@ liborg_gnome_evolution_attachment_reminder_la_SOURCES = attachment-reminder.c
liborg_gnome_evolution_attachment_reminder_la_LDFLAGS = -module -avoid-version
schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_in_files = apps-evolution-attachment-reminder.schemas.in.in
-schema_DATA = $(schema_in_files:.schemas.in.in=-$(BASE_VERSION).schemas)
-
-%-$(BASE_VERSION).schemas.in: %.schemas.in.in
- cp $< $@
+schema_in_files = apps-evolution-attachment-reminder.schemas.in
+schema_DATA = $(schema_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@