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 /src/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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7ef698ec2..eaac3c341 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -79,9 +79,11 @@ bin_PROGRAMS = \ empathy \ empathy-accounts \ empathy-debugger \ - empathy-av \ $(NULL) +libexec_PROGRAMS = \ + empathy-av + BUILT_SOURCES= empathy_accounts_SOURCES = \ |