diff options
author | Ted Gould <ted@canonical.com> | 2009-09-09 09:52:36 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-09 09:52:36 -0500 |
commit | 3891bd9fd2b325d18d734b4de9c52a0162cebd3b (patch) | |
tree | c49b289c316fb202c765264c7e6823efeb0b4302 /src/Makefile.am | |
parent | 5c8de01d9d2dd7167e51b60a8453737e3af49131 (diff) | |
download | ayatana-indicator-messages-3891bd9fd2b325d18d734b4de9c52a0162cebd3b.tar.gz ayatana-indicator-messages-3891bd9fd2b325d18d734b4de9c52a0162cebd3b.tar.bz2 ayatana-indicator-messages-3891bd9fd2b325d18d734b4de9c52a0162cebd3b.zip |
Putting the dbus service (correctly) in the libexec directory instead of the bin directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 38787a1..01741d0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ -bin_PROGRAMS = indicator-messages-service +libexec_PROGRAMS = indicator-messages-service ###################################### # Building the messages indicator |