build: Distribute cogl-object.h
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 3 Jun 2010 10:33:54 +0000 (11:33 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Thu, 3 Jun 2010 10:41:03 +0000 (11:41 +0100)
cogl-object.h is a new public header. Include it in the right list of
source files to have it distributed.

clutter/cogl/cogl/Makefile.am

index f6a8caa..127c83b 100644 (file)
@@ -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                  \