X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=29e4034d270db9038d396c79d0205641325f8bfb;hb=45a7de56bbcb2adfabf2082b1133e768777d44d6;hp=a36d1ae5ed06ca8ac0ac9fc24f79556175b77890;hpb=7634353824f1631c3008dc43a4a1cc0aebff3caa;p=openvswitch diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index a36d1ae5..29e4034d 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -23,7 +23,9 @@ vswitchd_ovs_vswitchd_LDADD = \ $(SSL_LIBS) vswitchd_ovs_brcompatd_SOURCES = \ - vswitchd/ovs-brcompatd.c + vswitchd/ovs-brcompatd.c \ + vswitchd/vswitch-idl.c \ + vswitchd/vswitch-idl.h vswitchd_ovs_brcompatd_LDADD = \ lib/libopenvswitch.a \ @@ -36,7 +38,15 @@ EXTRA_DIST += \ 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: \ +noinst_DATA += vswitchd/vswitch-idl.ovsschema vswitchd/vswitch-idl.txt +DISTCLEANFILES += vswitchd/vswitch-idl.ovsschema vswitchd/vswitch-idl.txt +vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h \ +vswitchd/vswitch-idl.ovsschema vswitchd/vswitch-idl.txt: \ ovsdb/ovsdb-idlc.in +vswitchd/vswitch-idl.c: vswitchd/vswitch-idl.h +EXTRA_DIST += \ + vswitchd/vswitch-idl.c \ + vswitchd/vswitch-idl.h \ + vswitchd/vswitch-idl.ovsschema \ + vswitchd/vswitch-idl.txt +