aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/Makefile.am
diff options
context:
space:
mode:
authorIain Lane <iain@orangesquash.org.uk>2015-04-09 17:35:57 +0000
committerCI Train Bot <ci-train-bot@canonical.com>2015-04-09 17:35:57 +0000
commit719a40ec821dfbc2ec2f03fd1d1b0057d6e8dee8 (patch)
tree3f88f07b08d5d0dc04dae53e6126b54bf3b110dc /libdbusmenu-gtk/Makefile.am
parent3645d9efd849c56a1bece51d00b6aa76ff7bdda3 (diff)
parent0f5a3df06500837b8251b99fed0c6d17b826576f (diff)
downloadlibdbusmenu-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 'libdbusmenu-gtk/Makefile.am')
-rw-r--r--libdbusmenu-gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/Makefile.am b/libdbusmenu-gtk/Makefile.am
index ff8555e..9a7a2b0 100644
--- a/libdbusmenu-gtk/Makefile.am
+++ b/libdbusmenu-gtk/Makefile.am
@@ -142,7 +142,7 @@ INTROSPECTION_GIRS += DbusmenuGtk$(VER)-0.4.gir
girdir = $(datadir)/gir-1.0
gir_DATA = $(INTROSPECTION_GIRS)
-typelibdir = $(libdir)/girepository-1.0
+typelibdir = $(INTROSPECTION_TYPELIBDIR)
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += $(gir_DATA) $(typelib_DATA)