summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2012-10-16 00:51:46 +0200
committerChristian Persch <chpe@gnome.org>2012-10-16 00:52:31 +0200
commit5e66b9a472c200c2eff00b531c2b4b354528839a (patch)
tree2114b139dc72cbf553f713dd0a4d6a544e690646
parentb37d79049a0f9149df98e5adb4f69db69deef056 (diff)
downloadlibcroco-5e66b9a472c200c2eff00b531c2b4b354528839a.tar.gz
build: Fix include directive
https://bugzilla.gnome.org/show_bug.cgi?id=686126
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cf5ab5a..4017338 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,7 +97,7 @@ $(NULL)
libcroco_0_6_la_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/intl \
- -I $(top_builddir)/src \
+ -I$(top_builddir)/src \
$(AM_CPPFLAGS)
libcroco_0_6_la_CFLAGS = \