From 72f8bb454a1dbaa4a3295d329bae4d69d9bf5281 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 15 Jun 2010 22:36:19 +0100 Subject: [PATCH] build: Fix a compiler warning when using make dist Signed-off-by: Emmanuele Bassi --- 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 59cff8fac..0540166ee 100644 --- a/clutter/cogl/cogl/Makefile.am +++ b/clutter/cogl/cogl/Makefile.am @@ -101,6 +101,7 @@ cogl_sources_c = \ $(srcdir)/cogl-feature-private.h \ $(srcdir)/cogl-feature-private.c \ $(srcdir)/cogl-fixed.c \ + $(srcdir)/cogl-color-private.h \ $(srcdir)/cogl-color.c \ $(srcdir)/cogl-buffer-private.h \ $(srcdir)/cogl-buffer.c \