Makefile: Check for undistributed files on every make, not just "make dist".
authorBen Pfaff <blp@nicira.com>
Mon, 13 Dec 2010 22:32:55 +0000 (14:32 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 13 Dec 2010 22:32:55 +0000 (14:32 -0800)
commit39376d06ffe60b4352e7d1a6f0a8d3b662d9aa39
tree1bee6efa76263606ba1a9124ba556310b8918ae3
parentee45ad81ab7e9ff6034352b6743985e28fedd649
Makefile: Check for undistributed files on every make, not just "make dist".

It's really easy to add files to the Git repository but forget to add them
to the distributions created by "make dist".  I do this regularly, for
example.  For some time, we've had a check that runs on "make dist" to
make sure that the distribution is complete, but I still screw up because
I don't run "make dist" all that often.

This commit improves the situation, by doing the check on every "make",
instead of just on "make dist".
Makefile.am
datapath/Makefile.am