diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-31 22:57:11 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-31 22:57:11 -0500 |
commit | 5140c099b3985877d37b2cdcfc4d7711c40c6aeb (patch) | |
tree | ff74b8d9caeb0b057acbb061017aff688d591507 /src/Makefile.am | |
parent | 0391025f72e9e5fed972b40e63087635d50c9234 (diff) | |
download | ayatana-indicator-bluetooth-5140c099b3985877d37b2cdcfc4d7711c40c6aeb.tar.gz ayatana-indicator-bluetooth-5140c099b3985877d37b2cdcfc4d7711c40c6aeb.tar.bz2 ayatana-indicator-bluetooth-5140c099b3985877d37b2cdcfc4d7711c40c6aeb.zip |
remove --enable-localinstall
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 6bbb623..8f8d7eb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ pkglibexec_PROGRAMS = indicator-bluetooth-service -indicatordir = $(INDICATORDIR) +indicatordir = ${libdir}/indicators3/7 indicator_LTLIBRARIES = libbluetooth.la indicator_bluetooth_service_SOURCES = \ |