diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 16:55:23 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 16:55:23 +0100 |
commit | 3bb78064ad72b0f49b67e306dc3ba428c9abcfb3 (patch) | |
tree | 9cd24576f3ae6de7e54e277f233c4d44493ddc6a /data | |
parent | 327dfdb08cbeb0208b51189ba5d5ca5113b6d257 (diff) | |
download | libayatana-indicator-3bb78064ad72b0f49b67e306dc3ba428c9abcfb3.tar.gz libayatana-indicator-3bb78064ad72b0f49b67e306dc3ba428c9abcfb3.tar.bz2 libayatana-indicator-3bb78064ad72b0f49b67e306dc3ba428c9abcfb3.zip |
Fixing the generation rules for the bonobo server files.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 3eb84f2..c94932d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -12,7 +12,7 @@ server_in_files = \ server_DATA = \ $(server_in_files:.server.in=.server) -$(server_in_files): $(server_in_files:.server.in=.server.in.in) +%.server.in: %.server.in.in sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" -e "s|\@VERSION\@|$(VERSION)|" $< > $@ @INTLTOOL_SERVER_RULE@ |