aboutsummaryrefslogtreecommitdiff
path: root/tests/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-12-03 10:53:58 -0800
committerBen Pfaff <blp@nicira.com>2009-12-03 10:55:00 -0800
commit75c7fd6c824da2700b494e7e228b88d172f78be3 (patch)
treeca814eaf93e52cf85e2dbecfc224693e31578b99 /tests/automake.mk
parent66095e15866fb7c1f8fdf64814097bb455145fe6 (diff)
ovsdb-idl: Make IDL-generated files depend on ovsdb-idlc.
This ensures that IDL-generated files get rebuilt whenever the IDL compiler itself is updated.
Diffstat (limited to 'tests/automake.mk')
-rw-r--r--tests/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/automake.mk b/tests/automake.mk
index cb962a84..93b187e9 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -113,6 +113,7 @@ EXTRA_DIST += tests/uuidfilt.pl tests/idltest.ovsidl
BUILT_SOURCES += tests/idltest.c tests/idltest.h
noinst_DATA += tests/idltest.ovsschema
DISTCLEANFILES += tests/idltest.ovsschema
+tests/idltest.c tests/idltest.h tests/idltest.ovsschema: ovsdb/ovsdb-idlc.in
noinst_PROGRAMS += tests/test-reconnect
tests_test_reconnect_SOURCES = tests/test-reconnect.c