[eglnative] Add -I flags for the clutter dir in the src and build dirs

These are required to include the Cogl header files.
This commit is contained in:
Neil Roberts 2009-03-09 12:28:22 +00:00
parent 67523ddc6e
commit 65c5188c7e

View File

@ -5,6 +5,8 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"ClutterEGL\" \ -DG_LOG_DOMAIN=\"ClutterEGL\" \
-DCLUTTER_COMPILATION \ -DCLUTTER_COMPILATION \
-I$(top_srcdir) \ -I$(top_srcdir) \
-I$(top_srcdir)/clutter \
-I$(top_builddir)/clutter \
$(CLUTTER_CFLAGS) \ $(CLUTTER_CFLAGS) \
$(CLUTTER_DEBUG_CFLAGS) \ $(CLUTTER_DEBUG_CFLAGS) \
$(GCC_FLAGS) $(GCC_FLAGS)