From bdf19d320404cc3c0aa6900ea711279f80ceab6a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 31 Oct 2003 13:28:44 +0000 Subject: set up vars and rules for versioning the .server files 2003-10-31 JP Rosevear * configure.in: set up vars and rules for versioning the .server files * Makefile.am's: use rules for versioning .server file, ensure built files are removed before disting svn path=/trunk/; revision=23149 --- calendar/gui/alarm-notify/Makefile.am | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'calendar/gui/alarm-notify') diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index a5340067a4..82ecd516cf 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -55,17 +55,13 @@ evolution_alarm_notify_LDADD = \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(EVOLUTION_CALENDAR_LIBS) -server_in_files = \ - GNOME_Evolution_Calendar_AlarmNotify.server.in.in - -server_DATA = $(server_in_files:.server.in.in=.server) -%.server.in: %.server.in.in - sed -e "s|\@LIBEXECDIR\@|$(privlibexecdir)|" $< > $@ - +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@ @INTLTOOL_SERVER_RULE@ -EXTRA_DIST = \ - $(server_DATA) \ +EXTRA_DIST = \ $(server_in_files) \ $(glade_DATA) -- cgit v1.2.3