From 9582ff59388f35e424771b27e318410cfb81c4e0 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 19 Nov 2002 22:07:59 +0000 Subject: Added rule to generate GNOME_Evolution_Calendar.server.in from * Makefile.am: Added rule to generate GNOME_Evolution_Calendar.server.in from GNOME_Evolution_Calendar.server.in.in, substituting @LIBEXECDIR@. Also, install evolution-calendar in $libexecdir instead of $bindir. * gui/GNOME_Evolution_Calendar.server.in.in: Renamed from GNOME_Evolution_Calendar.server.in. Prepended the executable name with @LIBEXECDIR@. svn path=/trunk/; revision=18847 --- calendar/gui/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'calendar/gui/Makefile.am') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 37fd67eb18..b3ba603747 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -33,7 +33,7 @@ SUBDIRS = alarm-notify dialogs help_base = $(datadir)/gnome/help/cal -bin_PROGRAMS = evolution-calendar +libexec_PROGRAMS = evolution-calendar INCLUDES = \ -DG_LOG_DOMAIN=\"calendar-gui\" \ @@ -181,11 +181,12 @@ evolution_calendar_LDADD = \ evolution_calendar_LDFLAGS = -export-dynamic -serversdir = $(libdir)/bonobo/servers -servers_in_files = \ - GNOME_Evolution_Calendar.server.in +server_in_files = GNOME_Evolution_Calendar.server.in.in -servers_DATA = $(servers_in_files:.server.in=.server) +serverdir = $(libdir)/bonobo/servers +server_DATA = $(server_in_files:.server.in.in=.server) +$(server_in_files:.server.in.in=.server.in): $(server_in_files) + sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@ @INTLTOOL_SERVER_RULE@ -- cgit v1.2.3