build: Do not distribute clutter-json.h
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 3 Jun 2010 10:59:48 +0000 (11:59 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Thu, 3 Jun 2010 14:00:07 +0000 (15:00 +0100)
commita351ff2afc1ac44f71fabc1219e928d2214f7bf8
tree7f8f7a8bcf30578b6b0bf337b921dc773df07934
parent23084b9768ee10502ef01f0c34ae7f2c64888c2b
build: Do not distribute clutter-json.h

clutter-jon.h is generated at configure time, we should not distribute it.

This caused a build issue when compiling from a tarballs and out of tree
builds as we ended up with two clutter-json.h one in $(top_srcdir)/json
and the other in $(top_builddir)/json and picked up the wrong one
($(top_srcdir)/json is included first in the include search path).
clutter/Makefile.am