Makefile.am: add check that <assert.h> is not used from unexpected files.
authorBen Pfaff <blp@nicira.com>
Wed, 7 Nov 2012 18:16:27 +0000 (10:16 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jan 2013 00:04:11 +0000 (16:04 -0800)
commit4958e3ee121f31909696e0d98930805f45ba9188
tree60ba53dc4a8ae985d81a092d71b39b0518d17bb5
parent3e6c955de6fc7c50ea30ee9ea2148c6734e5df11
Makefile.am: add check that <assert.h> is not used from unexpected files.

In general, with a few specific exceptions, ovs_assert is now preferred
over assert, so this commit adds a check for that in the top-level
Makefile.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
Makefile.am
configure.ac
lib/vlog.c
lib/worker.c