build: Make COGL pass distcheck
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 23 Oct 2009 11:15:25 +0000 (12:15 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 23 Oct 2009 12:38:40 +0000 (13:38 +0100)
commit24594bcde40cc282efa94f9076a1b687c9e9827e
treeceb8417ef150ce2551a63975c433b3c3caa837d2
parentc882893e91b1b3ec42be8d790a8210c17de58666
build: Make COGL pass distcheck

Some changes to make COGL pass distcheck with Automake 1.11 and
anal-retentiveness turned up to 11.

The "major" change is the flattening of the winsys/ part of COGL,
which is built directly inside libclutter-cogl.la instead of an
intermediate libclutter-cogl-winsys.la object.

Ideally, the whole COGL should be flattened out using a
quasi-non-recursive Automake layout; unfortunately, the driver/
sub-section ships with identical targets and Automake cannot
distinguish GL and GLES objects.
clutter/cogl/cogl/Makefile.am
clutter/cogl/cogl/winsys/Makefile.am [deleted file]
configure.ac