From 67a896e5df5500112da2e144d7754301af825ad5 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Tue, 27 Oct 2009 12:38:10 +0000 Subject: [PATCH] build: Add $(top_buiddir)/clutter/cogl to the include path in clutter/cogl/cogl Some files try to include "cogl/cogl-defines-gl.h" so $(top_builddir)/clutter/cogl needs to be in the include path for out of tree builds to work. --- cogl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/Makefile.am b/cogl/Makefile.am index 5825a1b0a..81c5186d2 100644 --- a/cogl/Makefile.am +++ b/cogl/Makefile.am @@ -30,6 +30,7 @@ INCLUDES = \ -I$(top_srcdir)/clutter/cogl \ -I$(srcdir)/winsys \ -I$(srcdir)/driver/$(COGL_DRIVER) \ + -I$(top_builddir)/clutter/cogl \ $(NULL) # public headers