PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Fri Mar 11 05:01:55 PST 2011


 src/polkit/Makefile.am      |    1 +
 src/polkitagent/Makefile.am |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit c29a6fd701df08e10e384cce65356af9a5a559f3
Author: Benjamin Otte <otte at redhat.com>
Date:   Fri Mar 11 08:01:27 2011 -0500

    introspection: Add --c-include to the gir files
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

diff --git a/src/polkit/Makefile.am b/src/polkit/Makefile.am
index 5876b81..3dd3166 100644
--- a/src/polkit/Makefile.am
+++ b/src/polkit/Makefile.am
@@ -110,6 +110,7 @@ Polkit-1.0.gir: libpolkit-gobject-1.la $(INTROSPECTION_SCANNER) Makefile.am
 		--pkg=gobject-2.0 				\
 		--pkg=gio-2.0 					\
 		--libtool=$(top_builddir)/libtool		\
+		--c-include='polkit/polkit.h'			\
                 -I$(top_srcdir)/src	 			\
 	        -D_POLKIT_COMPILATION                   	\
 		$(libpolkit_gobject_1_la_SOURCES)		\
diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am
index e6caabb..e2f1550 100644
--- a/src/polkitagent/Makefile.am
+++ b/src/polkitagent/Makefile.am
@@ -120,6 +120,7 @@ PolkitAgent-1.0.gir: libpolkit-agent-1.la $(INTROSPECTION_SCANNER) Makefile.am
 		--pkg=glib-2.0 					\
 		--pkg=gobject-2.0 				\
 		--pkg=gio-2.0 					\
+		--c-include='polkitagent/polkitagent.h'		\
 		--libtool=$(top_builddir)/libtool		\
                 -I$(top_srcdir)/src	 			\
 	        -D_POLKIT_COMPILATION                   	\


More information about the hal-commit mailing list