[PolicyKit-gnome] Fix up --string-prefix usage to work with latest gobject-introspection



commit 65dd3ec65721d70485b5d3bf5b3cc9bce737823f
Author: David Zeuthen <davidz redhat com>
Date:   Wed Sep 15 16:02:33 2010 -0400

    Fix up --string-prefix usage to work with latest gobject-introspection
    
    The fix was verified by both Vincent Untz and Colin Walters. Thanks!
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 polkitgtk/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/polkitgtk/Makefile.am b/polkitgtk/Makefile.am
index 4daadee..66e96cb 100644
--- a/polkitgtk/Makefile.am
+++ b/polkitgtk/Makefile.am
@@ -78,7 +78,7 @@ typelibs_DATA = PolkitGtk-1.0.typelib
 PolkitGtk-1.0.gir: libpolkit-gtk-1.la $(G_IR_SCANNER) Makefile.am
 	$(G_IR_SCANNER) -v 					\
 		--namespace PolkitGtk 				\
-		--strip-prefix=polkit				\
+		--strip-prefix=Polkit				\
 		--nsversion=1.0 				\
 		--include=Gtk-2.0 				\
 		--include=Polkit-1.0 				\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]