[gobject-introspection] Fix the relative path that contains the girepositoryheaders



commit 2cdd4e9a3eb7944eb8cfeed17eb50185fc7623d1
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Tue Jun 1 15:41:51 2010 +0200

    Fix the relative path that contains the girepositoryheaders

 gir/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 9978851..6d01060 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -145,7 +145,7 @@ GIRepository_2_0_gir_SCANNERFLAGS = \
 GIRepository_2_0_gir_PACKAGES = gobject-2.0
 GIRepository_2_0_gir_INCLUDES = GObject-2.0
 GIRepository_2_0_gir_CFLAGS = \
-    -I$(srcdir)/girepository -I$(top_srcdir) \
+    -I$(top_srcdir)/girepository -I$(top_srcdir) \
     -DGI_COMPILATION
 GIRepository_2_0_gir_FILES = \
         $(top_srcdir)/girepository/gibaseinfo.c \



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