Fix the relative path that contains the girepositoryheaders
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Tue, 1 Jun 2010 13:41:51 +0000 (15:41 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Tue, 1 Jun 2010 13:41:51 +0000 (15:41 +0200)
gir/Makefile.am

index 9978851..6d01060 100644 (file)
@@ -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 \