From 037a1b82cc19752d44121a530fac3516a6c25c71 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 15 Sep 2010 15:56:42 +0100 Subject: [PATCH] build: Add cogl-debug-options.h --- 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 47c22f7d8..0b8ad47ac 100644 --- a/clutter/cogl/cogl/Makefile.am +++ b/clutter/cogl/cogl/Makefile.am @@ -122,6 +122,7 @@ cogl_sources_c = \ $(cogl_winsys_common_sources) \ $(cogl_tesselator_sources) \ $(srcdir)/cogl-debug.h \ + $(srcdir)/cogl-debug-options.h \ $(srcdir)/cogl-handle.h \ $(srcdir)/cogl-context.h \ $(srcdir)/cogl-context.c \