From: Tomeu Vizoso Date: Tue, 1 Jun 2010 13:41:51 +0000 (+0200) Subject: Fix the relative path that contains the girepositoryheaders X-Git-Tag: GOBJECT_INTROSPECTION_0_6_13~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cdd4e9a3eb7944eb8cfeed17eb50185fc7623d1;p=platform%2Fupstream%2Fgobject-introspection.git Fix the relative path that contains the girepositoryheaders --- 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 \