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.
This commit is contained in:
Emmanuele Bassi 2009-01-29 16:00:15 +00:00
parent 2b02dfce84
commit bb6202a1a1

View File

@ -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