From 19043324eec8bab62d4cfd69ff78b11335ddebb4 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 7 Feb 2003 23:05:57 +0000 Subject: remove this file, as it's generated now Add this file to generate the 2003-02-07 Rodney Dawes * gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in: remove this file, as it's generated now * gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in: Add this file to generate the .server.in from, with hardcoded path * gui/alarm-notify/Makefile.am: Hardcode path in server file svn path=/trunk/; revision=19851 --- calendar/gui/alarm-notify/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'calendar/gui/alarm-notify/Makefile.am') diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index 4766db866a..42ec4d847d 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -59,9 +59,11 @@ evolution_alarm_notify_LDADD = \ $(EVOLUTION_CALENDAR_LIBS) server_in_files = \ - GNOME_Evolution_Calendar_AlarmNotify.server.in + GNOME_Evolution_Calendar_AlarmNotify.server.in.in -server_DATA = $(server_in_files:.server.in=.server) +server_DATA = $(server_in_files:.server.in.in=.server) +$(server_in_files:.server.in.in=.server.in): $(server_in_files) + sed -e "s|\@LIBEXECDIR\@|$(privlibexecdir)|" $< > $@ @INTLTOOL_SERVER_RULE@ -- cgit v1.2.3