X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=6ef776349e233f59c63b916273ae849c80ff9d1b;hb=cd10ed7fb4fb5b1e3ed8e3fae1fd115c7ae96e77;hp=1a4b465f5d40d03766908787c69e5e773bea1399;hpb=ce8876775477a359f3ae14b8cae0ef2212f1681b;p=openvswitch diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 1a4b465f..6ef77634 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -13,6 +13,7 @@ vswitchd_ovs_vswitchd_SOURCES = \ vswitchd/proc-net-compat.h \ vswitchd/ovs-vswitchd.c \ vswitchd/system-stats.c \ + vswitchd/system-stats.h \ vswitchd/vswitch-idl.c \ vswitchd/vswitch-idl.h \ vswitchd/xenserver.c \ @@ -49,12 +50,11 @@ vswitchd/vswitch-idl.ovsidl: $(VSWITCH_IDL_FILES) # vswitch E-R diagram if BUILD_ER_DIAGRAMS -$(srcdir)/vswitchd/vswitch.pic: ovsdb/ovsdb-dot.in vswitchd/vswitch.ovsschema +$(srcdir)/vswitchd/vswitch.pic: ovsdb/ovsdb-dot.in ovsdb/dot2pic \ + vswitchd/vswitch.ovsschema $(OVSDB_DOT) $(srcdir)/vswitchd/vswitch.ovsschema \ - | dot -T pic \ - | sed -e "/^'/d" \ - -e '/^box attrs0/d' \ - -e 's/linethick = 0;/linethick = 1;/' \ + | dot -T plain \ + | $(srcdir)/ovsdb/dot2pic \ > $@.tmp mv $@.tmp $@ else