This ensures that IDL-generated files get rebuilt whenever the IDL
compiler itself is updated.
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
DISTCLEANFILES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h
noinst_DATA += vswitchd/vswitch-idl.ovsschema
DISTCLEANFILES += vswitchd/vswitch-idl.ovsschema
+vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h vswitchd/vswitch-idl.ovsschema: \
+ ovsdb/ovsdb-idlc.in