diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-02-05 10:41:04 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-02-05 10:41:04 -0500 |
commit | c328f6771ffc0ec5e6864c26ce7695e41313b190 (patch) | |
tree | 558d97a0cdb696fd2d9e0f75d9d6a11aa9148ec2 /src | |
parent | ca53a577e9708718ffb69ddb96a59acd111e5c1b (diff) | |
parent | e3d1f4a3d99f2b660a64c45c758e743969ca69b6 (diff) | |
download | ayatana-indicator-bluetooth-c328f6771ffc0ec5e6864c26ce7695e41313b190.tar.gz ayatana-indicator-bluetooth-c328f6771ffc0ec5e6864c26ce7695e41313b190.tar.bz2 ayatana-indicator-bluetooth-c328f6771ffc0ec5e6864c26ce7695e41313b190.zip |
With debhelper compat level 9, libexecdir no longer includes the package name. So use pkglibexecdir instead.
Diffstat (limited to 'src')
-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 d2ed9dd..f1b996d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -libexec_PROGRAMS = indicator-bluetooth-service +pkglibexec_PROGRAMS = indicator-bluetooth-service indicatordir = $(INDICATORDIR) indicator_LTLIBRARIES = libbluetooth.la |