[epiphany/gnome-2-30] introspection: Fix build by telling g-ir-scanner what the prefix is



commit 78b9eac0fca36e27c83c7678b18962ba286f041b
Author: Vincent Untz <vuntz gnome org>
Date:   Fri Oct 1 18:36:23 2010 +0200

    introspection: Fix build by telling g-ir-scanner what the prefix is
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631119

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index e9d3715..acbf8ff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -350,6 +350,7 @@ Epiphany-$(EPIPHANY_API_VERSION).gir: $(INTROSPECTION_SCANNER) $(EPHY_GIR_H_FILE
 		--include=WebKit-1.0 \
 		--program=./epiphany \
 		--output $@ \
+		--strip-prefix=Ephy \
 		--pkg epiphany-$(EPIPHANY_API_VERSION) \
 		-DEPIPHANY_COMPILATION \
 		-I$(top_srcdir)/embed \



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