aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-17 23:13:35 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-17 23:13:35 +0800
commit66d47badff98208b1b1c5db1ce0db0d10f32de4b (patch)
tree4497ea820102d0c263631c4ef941b5908e2244c9 /mail/importers
parente065bb0549a70249b253523181071508df7c3a46 (diff)
downloadgsoc2013-evolution-66d47badff98208b1b1c5db1ce0db0d10f32de4b.tar
gsoc2013-evolution-66d47badff98208b1b1c5db1ce0db0d10f32de4b.tar.gz
gsoc2013-evolution-66d47badff98208b1b1c5db1ce0db0d10f32de4b.tar.bz2
gsoc2013-evolution-66d47badff98208b1b1c5db1ce0db0d10f32de4b.tar.lz
gsoc2013-evolution-66d47badff98208b1b1c5db1ce0db0d10f32de4b.tar.xz
gsoc2013-evolution-66d47badff98208b1b1c5db1ce0db0d10f32de4b.tar.zst
gsoc2013-evolution-66d47badff98208b1b1c5db1ce0db0d10f32de4b.zip
use the server.mk file to get rules for building versioned .server files
2003-11-17 JP Rosevear <jpr@ximian.com> * configure.in: use the server.mk file to get rules for building versioned .server files * */Makefile.am: use simplified rule subst svn path=/trunk/; revision=23387
Diffstat (limited to 'mail/importers')
-rw-r--r--mail/importers/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/importers/Makefile.am b/mail/importers/Makefile.am
index eaa6432231..2e2f8881f2 100644
--- a/mail/importers/Makefile.am
+++ b/mail/importers/Makefile.am
@@ -90,8 +90,7 @@ server_in_files = GNOME_Evolution_Mail_Mbox_Importer.server.in.in \
GNOME_Evolution_Mail_Elm_Intelligent_Importer.server.in.in \
GNOME_Evolution_Mail_Pine_Intelligent_Importer.server.in.in
server_DATA = $(server_in_files:.server.in.in=_$(BASE_VERSION).server)
-@EVO_SUBST_SERVER_RULE@
-@EVO_NAME_SERVER_RULE@
+@EVO_SERVER_RULE@
@INTLTOOL_SERVER_RULE@
BUILT_SOURCES = $(MAIL_GENERATED) $(server_DATA)