From 0c32573ffa980fffc966cf35768233a3ff1ed076 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. --- clutter/cogl/cogl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/cogl/cogl/Makefile.am b/clutter/cogl/cogl/Makefile.am index 5825a1b..81c5186 100644 --- a/clutter/cogl/cogl/Makefile.am +++ b/clutter/cogl/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 -- 2.7.4