X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fautomake.mk;h=fe513ac3771f689dbc3b5dca6d1800edd542afb3;hb=7a25bd99246a548891427d62ccefb65f765bbc48;hp=4df5f22cb57d5f6ea667e8647914b5363d9abf6d;hpb=6e037e3ca6381fa36fdf6009c4ccc97d0f041be4;p=openvswitch diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 4df5f22c..fe513ac3 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -24,7 +24,7 @@ EXTRA_DIST += vswitchd/INTERNALS MAN_ROOTS += vswitchd/ovs-vswitchd.8.in if BUILD_BRCOMPAT -if HAVE_NETLINK +if LINUX_DATAPATH sbin_PROGRAMS += vswitchd/ovs-brcompatd vswitchd_ovs_brcompatd_SOURCES = \ vswitchd/ovs-brcompatd.c @@ -95,3 +95,7 @@ vswitchd/vswitch.ovsschema.stamp: vswitchd/vswitch.ovsschema exit 1; \ fi CLEANFILES += vswitchd/vswitch.ovsschema.stamp + +# Clean up generated files from older OVS versions. (This is important so that +# #include "vswitch-idl.h" doesn't get the wrong copy.) +CLEANFILES += vswitchd/vswitch-idl.c vswitchd/vswitch-idl.h