diff options
author | Not Zed <NotZed@Ximian.com> | 2003-06-11 12:09:30 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-06-11 12:09:30 +0800 |
commit | 24ff45e604e1c7fdca40d57a54e683b98bc476e4 (patch) | |
tree | 63811928c445d6946ef1ca54d06996557dd9c950 /calendar/gui/alarm-notify | |
parent | 18dc245182af01b512e641fb35495b05ad9a760a (diff) | |
download | gsoc2013-evolution-24ff45e604e1c7fdca40d57a54e683b98bc476e4.tar gsoc2013-evolution-24ff45e604e1c7fdca40d57a54e683b98bc476e4.tar.gz gsoc2013-evolution-24ff45e604e1c7fdca40d57a54e683b98bc476e4.tar.bz2 gsoc2013-evolution-24ff45e604e1c7fdca40d57a54e683b98bc476e4.tar.lz gsoc2013-evolution-24ff45e604e1c7fdca40d57a54e683b98bc476e4.tar.xz gsoc2013-evolution-24ff45e604e1c7fdca40d57a54e683b98bc476e4.tar.zst gsoc2013-evolution-24ff45e604e1c7fdca40d57a54e683b98bc476e4.zip |
** For #42691.
2003-06-05 Not Zed <NotZed@Ximian.com>
** For #42691.
* gui/Makefile.am (%.server.in): implicit rule for .in file.
(BUILT_SOURCES): added server_DATA.
* gui/alarm-notify/Makefile.am (%.server.in): added implicit rule
for .in file.
(BUILT_SOURCES): added server_DATA.
svn path=/trunk/; revision=21403
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index 4ad04628a4..20432cb615 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -58,7 +58,7 @@ server_in_files = \ GNOME_Evolution_Calendar_AlarmNotify.server.in.in server_DATA = $(server_in_files:.server.in.in=.server) -$(server_in_files:.server.in.in=.server.in): $(server_in_files) +%.server.in: %.server.in.in sed -e "s|\@LIBEXECDIR\@|$(privlibexecdir)|" $< > $@ @INTLTOOL_SERVER_RULE@ @@ -68,7 +68,7 @@ EXTRA_DIST = \ $(server_in_files) \ $(glade_DATA) -BUILT_SOURCES = $(CORBA_GENERATED) +BUILT_SOURCES = $(CORBA_GENERATED) $(server_DATA) CLEANFILES = $(BUILT_SOURCES) dist-hook: |