X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=a36d1ae5ed06ca8ac0ac9fc24f79556175b77890;hb=fa33d64a5797e59d61fd3d12257b27b5565fc587;hp=6860488f63f57b19786ae245e002bbc4ffd90424;hpb=d879a707a38eff0335e1b5c12ae4c61f4aa0296b;p=openvswitch diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 6860488f..a36d1ae5 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -1,22 +1,18 @@ sbin_PROGRAMS += vswitchd/ovs-vswitchd vswitchd/ovs-brcompatd man_MANS += \ - vswitchd/ovs-vswitchd.conf.5 \ vswitchd/ovs-vswitchd.8 \ vswitchd/ovs-brcompatd.8 DISTCLEANFILES += \ - vswitchd/ovs-vswitchd.conf.5 \ vswitchd/ovs-vswitchd.8 \ vswitchd/ovs-brcompatd.8 vswitchd_ovs_vswitchd_SOURCES = \ vswitchd/bridge.c \ vswitchd/bridge.h \ - vswitchd/mgmt.c \ - vswitchd/mgmt.h \ vswitchd/proc-net-compat.c \ vswitchd/proc-net-compat.h \ vswitchd/ovs-vswitchd.c \ - vswitchd/ovs-vswitchd.h \ + vswitchd/vswitch-idl.c \ vswitchd/vswitch-idl.h \ vswitchd/xenserver.c \ vswitchd/xenserver.h @@ -34,14 +30,13 @@ vswitchd_ovs_brcompatd_LDADD = \ $(FAULT_LIBS) EXTRA_DIST += \ - vswitchd/ovs-vswitchd.conf.5.in \ vswitchd/ovs-vswitchd.8.in \ vswitchd/ovs-brcompatd.8.in -EXTRA_DIST += vswitchd/vswitch.ovsidl -BUILT_SOURCES += vswitchd/vswitch-idl.h -DISTCLEANFILES += \ - vswitchd/vswitch.ovsidl \ - vswitchd/vswitch-idl.h -vswitchd/vswitch-idl.h: vswitchd/vswitch.ovsidl ovsdb/ovsdb-idlc - ovsdb/ovsdb-idlc c-idl-header $(srcdir)/vswitchd/vswitch.ovsidl > $@ +EXTRA_DIST += vswitchd/vswitch-idl.ovsidl +BUILT_SOURCES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h +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