summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-06-01 15:41:51 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2010-06-01 15:41:51 +0200
commit2cdd4e9a3eb7944eb8cfeed17eb50185fc7623d1 (patch)
treec10eddca4908b040c5893a1c362b5955610f7e7d
parent6796f8253570ff9e16aaef096a1e4e6b7584a78f (diff)
Fix the relative path that contains the girepositoryheaders
-rw-r--r--gir/Makefile.am2
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 \