[gobject-introspection/wip/transformer] Change prefix for GIRepository to be more correct



commit 68dae8ab45c48ff1b8977669819f931a90d82835
Author: Colin Walters <walters verbum org>
Date:   Wed Jul 28 18:28:21 2010 -0400

    Change prefix for GIRepository to be more correct
    
    This breaks the functions, but is what we want it to be in
    the future.

 gir/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 37405f6..6e5b24a 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -137,7 +137,7 @@ GIRepository-2.0.gir: GObject-2.0.gir $(top_builddir)/girepository/libgireposito
 
 GIRepository_2_0_gir_LIBS = girepository-1.0
 GIRepository_2_0_gir_SCANNERFLAGS = \
-        --strip-prefix=g \
+        --strip-prefix=GI \
         --c-include="girepository.h" \
         --pkg-export gobject-introspection-1.0 \
         --add-include-path=.



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