[libcroco] build: Fix include directive



commit 5e66b9a472c200c2eff00b531c2b4b354528839a
Author: Christian Persch <chpe gnome org>
Date:   Tue Oct 16 00:51:46 2012 +0200

    build: Fix include directive
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686126

 src/Makefile.am |    2 +-
 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 = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]