From cbe4767796e21b2c64017fa6d723f928f77c388a Mon Sep 17 00:00:00 2001
From: Emmanuele Bassi <ebassi@linux.intel.com>
Date: Thu, 14 May 2009 19:51:03 +0100
Subject: [PATCH] [build] List cogl-internal.h

During the Makefile clean up, cogl-internal.h got lost and this
broke the dist. Let's put it back in.
---
 common/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/Makefile.am b/common/Makefile.am
index a4f0bfbb7..d3f836093 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -2,6 +2,7 @@ INCLUDES = \
 	-I$(top_srcdir) \
 	-I$(top_srcdir)/clutter \
 	-I$(top_srcdir)/clutter/cogl \
+	-I$(top_srcdir)/clutter/cogl/common \
 	-I$(top_srcdir)/clutter/cogl/$(CLUTTER_COGL) \
 	-I$(top_builddir)/clutter \
 	-I$(top_builddir)/clutter/cogl \
@@ -19,6 +20,7 @@ EXTRA_DIST = stb_image.c
 
 libclutter_cogl_common_la_SOURCES = 	\
 	cogl-handle.h 			\
+	cogl-internal.h			\
 	cogl.c				\
 	cogl-util.h 			\
 	cogl-util.c 			\