Makefiles: Stop distributing files because building them requires Python.
authorBen Pfaff <blp@nicira.com>
Wed, 10 Jun 2015 16:04:23 +0000 (09:04 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 23 Jun 2015 18:08:52 +0000 (11:08 -0700)
commitab70cd304210ef226fe7fc98e8fb322ec8040594
treecd8de7ccdb5dc9294b050715ca07a769d0caef1a
parente23812fc60afd7d4708c5e1fae72c0539a90b8ce
Makefiles: Stop distributing files because building them requires Python.

A long time ago, the Open vSwitch build did not depend on Python (whereas
the runtime did), so the "make dist" based distribution included the
results of Python build tools.  Later, the build began using Python,
but the distribution still included some of those results, because no one
had gone to the trouble of changing them.  This commit changes the
Makefiles not to distribute Python-generated files but instead to just
generate them at build time.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
ovsdb/automake.mk
python/automake.mk