diff options
author | Not Zed <NotZed@Ximian.com> | 2003-06-11 12:11:14 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-06-11 12:11:14 +0800 |
commit | 9bc2703d5d793ff31968f6da491bfef7fa8c5d58 (patch) | |
tree | c0b418ecbb69a2bff3d9c8d4b629f3f869c8a655 /my-evolution/Makefile.am | |
parent | 24ff45e604e1c7fdca40d57a54e683b98bc476e4 (diff) | |
download | gsoc2013-evolution-9bc2703d5d793ff31968f6da491bfef7fa8c5d58.tar gsoc2013-evolution-9bc2703d5d793ff31968f6da491bfef7fa8c5d58.tar.gz gsoc2013-evolution-9bc2703d5d793ff31968f6da491bfef7fa8c5d58.tar.bz2 gsoc2013-evolution-9bc2703d5d793ff31968f6da491bfef7fa8c5d58.tar.lz gsoc2013-evolution-9bc2703d5d793ff31968f6da491bfef7fa8c5d58.tar.xz gsoc2013-evolution-9bc2703d5d793ff31968f6da491bfef7fa8c5d58.tar.zst gsoc2013-evolution-9bc2703d5d793ff31968f6da491bfef7fa8c5d58.zip |
** For #42691.
2003-06-05 Not Zed <NotZed@Ximian.com>
** For #42691.
* Makefile.am (%.server.in): use implicit rule.
(BUILT_SOURCES): added server_DATA
svn path=/trunk/; revision=21405
Diffstat (limited to 'my-evolution/Makefile.am')
-rw-r--r-- | my-evolution/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index f255497090..0d1d3bd6f2 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -86,7 +86,7 @@ Location_DATA = Locations server_in_files = GNOME_Evolution_Summary.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|\@COMPONENTDIR\@|$(componentdir)|" $< > $@ @INTLTOOL_SERVER_RULE@ @@ -123,7 +123,7 @@ EXTRA_DIST = \ check-filled.xpm \ check-none.xpm -BUILT_SOURCES = $(IDL_GENERATED) +BUILT_SOURCES = $(IDL_GENERATED) $(server_DATA) CLEANFILES = $(BUILT_SOURCES) dist-hook: |