Makefiles: Stop distributing files because building them requires Python.
[cascardo/ovs.git] / ovsdb / automake.mk
index cc3e656..de7c5e0 100644 (file)
@@ -83,7 +83,6 @@ OVSDB_IDLC = $(run_python) $(srcdir)/ovsdb/ovsdb-idlc.in
 .ovsidl.h:
        $(AM_V_GEN)$(OVSDB_IDLC) c-idl-header $< > $@.tmp && mv $@.tmp $@
 
-EXTRA_DIST += $(OVSIDL_BUILT)
 BUILT_SOURCES += $(OVSIDL_BUILT)
 
 # This must be done late: macros in targets are expanded when the