From 66d47badff98208b1b1c5db1ce0db0d10f32de4b Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 17 Nov 2003 15:13:35 +0000 Subject: use the server.mk file to get rules for building versioned .server files 2003-11-17 JP Rosevear * 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 --- calendar/gui/Makefile.am | 3 +-- calendar/gui/alarm-notify/Makefile.am | 3 +-- calendar/importers/Makefile.am | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'calendar') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 5e2bc3c8a6..19c764a16e 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -227,8 +227,7 @@ libevolution_calendar_la_LDFLAGS = -avoid-version -module server_in_files = GNOME_Evolution_Calendar.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@ # GConf schemas diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index 6e1675aaa9..e5653e4433 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -53,8 +53,7 @@ evolution_alarm_notify_LDADD = \ server_in_files = GNOME_Evolution_Calendar_AlarmNotify.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@ EXTRA_DIST = \ diff --git a/calendar/importers/Makefile.am b/calendar/importers/Makefile.am index 788e2f8b58..a36c7ef4a6 100644 --- a/calendar/importers/Makefile.am +++ b/calendar/importers/Makefile.am @@ -41,8 +41,7 @@ libevolution_calendar_importers_la_LIBADD = \ server_in_files = GNOME_Evolution_Calendar_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 = $(server_DATA) -- cgit v1.2.3