X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=e7942df7e441303a454da333a18eaf725b4a78f1;hb=db12f2fc076e2d5bb5ae364e217ca2d84c8b0154;hp=8e27fc2fed9a626726d17774aeb8a5de66350796;hpb=d17ee8689bff22541dccaa792b70a848641f3646;p=openvswitch diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 8e27fc2f..e7942df7 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -1,22 +1,19 @@ 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 vswitchd_ovs_vswitchd_LDADD = \ @@ -33,6 +30,14 @@ 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-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 +EXTRA_DIST += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h vswitchd/vswitch-idl.ovsschema