summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-10-04 15:53:51 +0100
committerRichard Hughes <richard@hughsie.com>2010-10-04 15:53:51 +0100
commit116ed04599733653deae08d0d46c24ab1622594c (patch)
treee55d62dea46bebaf72b302a098eb72e554f83313
parent163d5fc355670722ce45893e5af60ea4bde06a82 (diff)
Fix the build with new versions of gobject-introspection
-rw-r--r--libupower-glib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libupower-glib/Makefile.am b/libupower-glib/Makefile.am
index c5b5c71..83322c4 100644
--- a/libupower-glib/Makefile.am
+++ b/libupower-glib/Makefile.am
@@ -65,8 +65,9 @@ introspection_sources = $(libupower_glib_la_SOURCES)
UPowerGlib-1.0.gir: libupower-glib.la
UPowerGlib_1_0_gir_INCLUDES = GObject-2.0 Gio-2.0
UPowerGlib_1_0_gir_CFLAGS = $(INCLUDES)
+PackageKitGlib_1_0_gir_SCANNERFLAGS = --identifier-prefix=Up --warn-all --add-include-path=$(srcdir)
UPowerGlib_1_0_gir_LIBS = libupower-glib.la
-UPowerGlib_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))
+UPowerGlib_1_0_gir_FILES = $(introspection_sources)
INTROSPECTION_GIRS += UPowerGlib-1.0.gir
girdir = $(datadir)/gir-1.0