diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-29 18:20:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-29 18:20:07 +0800 |
commit | 807c4cdfac49d1cf4d8eefbda394c2b53bd5598b (patch) | |
tree | d45dae4ed0e5e03b7a2c5ddb4bf6bc818dc4485a /data/Makefile.am | |
parent | 0d3a21856b23f8ba591e833f77ff3a5bcb465d24 (diff) | |
download | gsoc2013-empathy-807c4cdfac49d1cf4d8eefbda394c2b53bd5598b.tar gsoc2013-empathy-807c4cdfac49d1cf4d8eefbda394c2b53bd5598b.tar.gz gsoc2013-empathy-807c4cdfac49d1cf4d8eefbda394c2b53bd5598b.tar.bz2 gsoc2013-empathy-807c4cdfac49d1cf4d8eefbda394c2b53bd5598b.tar.lz gsoc2013-empathy-807c4cdfac49d1cf4d8eefbda394c2b53bd5598b.tar.xz gsoc2013-empathy-807c4cdfac49d1cf4d8eefbda394c2b53bd5598b.tar.zst gsoc2013-empathy-807c4cdfac49d1cf4d8eefbda394c2b53bd5598b.zip |
install empathy-av to libexec
Diffstat (limited to 'data/Makefile.am')
-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 3f03c80d0..64054da3f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -35,7 +35,7 @@ org.freedesktop.Telepathy.Client.Empathy.service: org.freedesktop.Telepathy.Clie $(AM_V_GEN)sed -e "s|[@]bindir[@]|$(bindir)|" $< > $@ org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service: org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service.in - $(AM_V_GEN)sed -e "s|[@]bindir[@]|$(bindir)|" $< > $@ + $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@ clientfiledir = $(datarootdir)/telepathy/clients clientfile_DATA = \ |