summaryrefslogtreecommitdiff
path: root/src/polkitagent
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2011-02-23 12:00:34 -0500
committerDavid Zeuthen <davidz@redhat.com>2011-02-23 12:00:34 -0500
commit4746ff303b0803e928e5c88c961b8befc13fa57f (patch)
tree5b4ee40c836e7508fe988875d5eb8937bd1ed82b /src/polkitagent
parent78baa4742cf07fb04a9ecab24a068eca0e6ed547 (diff)
downloadpolkit-4746ff303b0803e928e5c88c961b8befc13fa57f.tar.gz
Bug 27253 – Use GOBJECT_INTROSPECTION_CHECK from gobject-introspection
https://bugs.freedesktop.org/show_bug.cgi?id=27253 Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'src/polkitagent')
-rw-r--r--src/polkitagent/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am
index 8fcce06..e6caabb 100644
--- a/src/polkitagent/Makefile.am
+++ b/src/polkitagent/Makefile.am
@@ -101,15 +101,15 @@ polkit_agent_helper_1_LDADD = \
$(top_builddir)/src/polkit/libpolkit-gobject-1.la \
$(NULL)
-if ENABLE_INTROSPECTION
-girdir = $(GIRDIR)
+if HAVE_INTROSPECTION
+girdir = $(INTROSPECTION_GIRDIR)
gir_DATA = PolkitAgent-1.0.gir
-typelibsdir = $(GIRTYPELIBDIR)
+typelibsdir = $(INTROSPECTION_TYPELIBDIR)
typelibs_DATA = PolkitAgent-1.0.typelib
-PolkitAgent-1.0.gir: libpolkit-agent-1.la $(G_IR_SCANNER) Makefile.am
- $(G_IR_SCANNER) -v \
+PolkitAgent-1.0.gir: libpolkit-agent-1.la $(INTROSPECTION_SCANNER) Makefile.am
+ $(INTROSPECTION_SCANNER) -v \
--warn-all \
--namespace PolkitAgent \
--nsversion=1.0 \
@@ -127,12 +127,12 @@ PolkitAgent-1.0.gir: libpolkit-agent-1.la $(G_IR_SCANNER) Makefile.am
$(libpolkit_agent_1_la_SOURCES) \
$(NULL)
-PolkitAgent-1.0.typelib: PolkitAgent-1.0.gir $(G_IR_COMPILER)
- $(G_IR_COMPILER) \
+PolkitAgent-1.0.typelib: PolkitAgent-1.0.gir $(INTROSPECTION_COMPILER)
+ $(INTROSPECTION_COMPILER) \
--includedir $(top_builddir)/src/polkit \
$< -o $@
-endif # ENABLE_INTROSPECTION
+endif # HAVE_INTROSPECTION
# polkit-agent-helper-1 need to be setuid root because it's used to
# authenticate not only the invoking user, but possibly also root