From c8f83525ce204e7006ea2d8fa1e9d6530ea5077d 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 --- cogl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/Makefile.am b/cogl/Makefile.am index 47c22f7d8..0b8ad47ac 100644 --- a/cogl/Makefile.am +++ b/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 \