From 2cdd4e9a3eb7944eb8cfeed17eb50185fc7623d1 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 1 Jun 2010 15:41:51 +0200 Subject: [PATCH] Fix the relative path that contains the girepositoryheaders --- gir/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.7.4