diff options
author | Iain Lane <iain@orangesquash.org.uk> | 2014-10-30 13:56:39 +0000 |
---|---|---|
committer | Iain Lane <iain@orangesquash.org.uk> | 2014-10-30 13:56:39 +0000 |
commit | 1ba6c834236985901179f133152bdc9916a41079 (patch) | |
tree | b67971f23aafec7e977fa65e7fec951d4886fad4 /libdbusmenu-gtk | |
parent | 9306f1798fc3c4ab7c9fd5d2852f5f05181c093d (diff) | |
download | libdbusmenu-1ba6c834236985901179f133152bdc9916a41079.tar.gz libdbusmenu-1ba6c834236985901179f133152bdc9916a41079.tar.bz2 libdbusmenu-1ba6c834236985901179f133152bdc9916a41079.zip |
Use gi's typelibdir and install in its (multiarch) locations
Diffstat (limited to 'libdbusmenu-gtk')
-rw-r--r-- | libdbusmenu-gtk/Makefile.am | 2 |
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) |