From 63eeaa86ea7ab9879c39de35ab985cc935057c53 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 3 Jun 2010 11:33:54 +0100 Subject: [PATCH] build: Distribute cogl-object.h cogl-object.h is a new public header. Include it in the right list of source files to have it distributed. --- cogl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/Makefile.am b/cogl/Makefile.am index f6a8caa22..127c83b94 100644 --- a/cogl/Makefile.am +++ b/cogl/Makefile.am @@ -53,6 +53,7 @@ DISTCLEANFILES += cogl-defines.h # public headers cogl_public_h = \ + $(srcdir)/cogl-object.h \ $(srcdir)/cogl-bitmap.h \ $(srcdir)/cogl-buffer.h \ $(srcdir)/cogl-color.h \