Fix make dist.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 4 Oct 2012 08:30:12 +0000 (10:30 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 4 Oct 2012 11:29:35 +0000 (13:29 +0200)
commit370fd65b7ce30f4ebb0faf14503048c9e198282e
tree12f0f6e5ced65ed78a646f2f26c3e3e4a6d13b1a
parentc7d23b1e9376808dfa88192ee66a1af5acdf3b16
Fix make dist.

The recent changes for Wayland support broke make dist. This is due
to the fact that DIST_SUBDIRS requires all subdirectories needed to
complete make dist. i.e. the generated list of subdirectories used
for make dist is *not* an union of DIST_SUBDIRS and SUBDIRS.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
src/Makefile.am