From 7c57d71e4e36fabfcce8ee6c1bcd36cb4faf5f7b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 29 Jan 2009 16:00:15 +0000 Subject: [PATCH] Add cogl-material-private.h to the source files The material-private.h file was not added to the dist files and caused a build failure. --- common/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/Makefile.am b/common/Makefile.am index 50e21b83e..8777defc6 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -34,4 +34,5 @@ libclutter_cogl_common_la_SOURCES = \ cogl-vertex-buffer-private.h \ cogl-vertex-buffer.c \ cogl-matrix.c \ - cogl-material.c + cogl-material.c \ + cogl-material-private.h