summaryrefslogtreecommitdiff
path: root/libupower-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-02-09 09:15:38 +0000
committerRichard Hughes <richard@hughsie.com>2010-02-09 09:15:38 +0000
commit1738ac30b779a87f9d4d1a2a0f3ace2385d789a7 (patch)
tree3c9ef21bcbeae1d10142b72907ab559fa66a7d48 /libupower-glib/Makefile.am
parent02914e71ec36ab9d6642c020929fbf9a2b31235b (diff)
downloadupower-1738ac30b779a87f9d4d1a2a0f3ace2385d789a7.tar.gz
Install the introspection data to the correct location
Diffstat (limited to 'libupower-glib/Makefile.am')
-rw-r--r--libupower-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libupower-glib/Makefile.am b/libupower-glib/Makefile.am
index 45cdb3d..49edaad 100644
--- a/libupower-glib/Makefile.am
+++ b/libupower-glib/Makefile.am
@@ -72,7 +72,7 @@ INTROSPECTION_GIRS += UPowerGlib-1.0.gir
girdir = $(datadir)/gir-1.0
dist_gir_DATA = $(INTROSPECTION_GIRS)
-typelibdir = $(libdir)/girepositry-1.0
+typelibdir = $(libdir)/girepository-1.0
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += $(dist_gir_DATA) $(typelib_DATA)