Fixed 'make dist'
authorNeil Roberts <neil@openedhand.com>
Mon, 28 Apr 2008 16:57:44 +0000 (16:57 +0000)
committerNeil Roberts <neil@openedhand.com>
Mon, 28 Apr 2008 16:57:44 +0000 (16:57 +0000)
commit122e1dafd18c41e5180336660c25db346bb85aea
tree606df1c6c135bea92f0c454884bc3c752a10bce8
parent18826f3b04da17eeea7dd9d32bffa7278852ed32
Fixed 'make dist'

* clutter/cogl/Makefile.am (EXTRA_DIST): Distribute cogl.h.in
instead of cogl.h
(DIST_SUBDIRS): Added common folder

* clutter/cogl/gl/Makefile.am (libclutter_cogl_la_SOURCES): Remove
cogl-defines.h and use the right location for cogl-defines.gl.h
(EXTRA_DIST): Distribute cogl-defines.h.in

* clutter/cogl/gles/Makefile.am (libclutter_cogl_la_SOURCES):
Remove cogl-defines.h and use the right location for
cogl-defines.gles.h
(EXTRA_DIST): Distribute cogl-defines.h.in

* clutter/Makefile.am (DIST_SUBDIRS): Add fruity
ChangeLog
clutter/Makefile.am
clutter/cogl/Makefile.am
clutter/cogl/gl/Makefile.am
clutter/cogl/gles/Makefile.am