diff options
author | Iain Lane <iain@orangesquash.org.uk> | 2015-04-09 17:35:57 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-04-09 17:35:57 +0000 |
commit | 719a40ec821dfbc2ec2f03fd1d1b0057d6e8dee8 (patch) | |
tree | 3f88f07b08d5d0dc04dae53e6126b54bf3b110dc /debian/rules | |
parent | 3645d9efd849c56a1bece51d00b6aa76ff7bdda3 (diff) | |
parent | 0f5a3df06500837b8251b99fed0c6d17b826576f (diff) | |
download | libdbusmenu-719a40ec821dfbc2ec2f03fd1d1b0057d6e8dee8.tar.gz libdbusmenu-719a40ec821dfbc2ec2f03fd1d1b0057d6e8dee8.tar.bz2 libdbusmenu-719a40ec821dfbc2ec2f03fd1d1b0057d6e8dee8.zip |
Use the configure-generated libtool script instead of /usr/bin/libtool, which might not match what we have. Also use gi's typelibdir pkgconfig variable and install into this directory, now that gi supports multiarch.
Approved by: Ted Gould
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 1f63427..5534dfa 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ INSTALL_COMMON_FLAGS = --fail-missing LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with autoreconf + dh $@ --with autoreconf,gir override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |