tools/quick_dump: don't include generated sources in the distribution
authorThomas Wood <thomas.wood@intel.com>
Wed, 5 Nov 2014 15:58:54 +0000 (15:58 +0000)
committerThomas Wood <thomas.wood@intel.com>
Thu, 6 Nov 2014 10:21:50 +0000 (10:21 +0000)
commit86bb6072a6e104e59ebbea2b41d4d86aeed134dc
tree960987b9fcaec8dbdc8ea7d7d1f0b734cb0a245e
parent2c44d6316a15170a5e2897488729f3d6868e0a1c
tools/quick_dump: don't include generated sources in the distribution

This also ensures that "make dist" works even if SWIG is not available.

BUILT_SOURCES is not required because the files are already explicit
dependencies of other rules.

v2: make sure SWIG is not invoked with the incorrect output filename

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
tools/quick_dump/Makefile.am