ovsdb-idlc: Add rules to make sure .h files get generated before .c files.
authorBen Pfaff <blp@nicira.com>
Tue, 8 Dec 2009 01:00:14 +0000 (17:00 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 8 Dec 2009 01:07:15 +0000 (17:07 -0800)
commitb0fc010acb340f51a0517c36fbcdedd4f40f800e
tree9ae3082183e9d849c3f1864afdca07a5cabde99b
parentfa0361b7a085abd460a5a6236b137a69d871f8c5
ovsdb-idlc: Add rules to make sure .h files get generated before .c files.

The .c files #include the .h files so the .h files need to be generated
first.
tests/automake.mk
vswitchd/automake.mk