From bc4be1c673f345e5c9c8b81ead89d2b4fe0b6351 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 13 Sep 2010 11:31:46 +0100 Subject: [PATCH] build: Add tesselator to the include paths --- cogl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/Makefile.am b/cogl/Makefile.am index acbda277a..47c22f7d8 100644 --- a/cogl/Makefile.am +++ b/cogl/Makefile.am @@ -32,6 +32,7 @@ CLEANFILES += $(pc_files) INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/clutter/cogl \ + -I$(srcdir)/tesselator \ -I$(srcdir)/winsys \ -I$(srcdir)/driver/$(COGL_DRIVER) \ -I$(top_builddir)/clutter/cogl \