From 65c5188c7e6edf4b77887234035ae6a30fca9cb1 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 9 Mar 2009 12:28:22 +0000 Subject: [PATCH] [eglnative] Add -I flags for the clutter dir in the src and build dirs These are required to include the Cogl header files. --- clutter/eglnative/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clutter/eglnative/Makefile.am b/clutter/eglnative/Makefile.am index f431197e5..c3773cc40 100644 --- a/clutter/eglnative/Makefile.am +++ b/clutter/eglnative/Makefile.am @@ -5,6 +5,8 @@ INCLUDES = \ -DG_LOG_DOMAIN=\"ClutterEGL\" \ -DCLUTTER_COMPILATION \ -I$(top_srcdir) \ + -I$(top_srcdir)/clutter \ + -I$(top_builddir)/clutter \ $(CLUTTER_CFLAGS) \ $(CLUTTER_DEBUG_CFLAGS) \ $(GCC_FLAGS)