Makefile.am: Add a build check that every .c file #includes <config.h>.
authorBen Pfaff <blp@nicira.com>
Thu, 6 Dec 2012 20:48:48 +0000 (12:48 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 6 Dec 2012 20:48:48 +0000 (12:48 -0800)
commit9e4ba0085713535c8c75d2af00f77d3491f58de9
tree0cb06b6bd53add67a502fe594a19d28593ec42fc
parentca6f49f16c7ab9a592a3dd0d482d156cdee45f58
Makefile.am: Add a build check that every .c file #includes <config.h>.

This can find mysterious build problems.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ed Maste <emaste@freebsd.org>
Makefile.am