netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / xenserver / automake.mk
1 # Copyright (C) 2009, 2010, 2011, 2012, 2014 Nicira, Inc.
2 #
3 # Copying and distribution of this file, with or without modification,
4 # are permitted in any medium without royalty provided the copyright
5 # notice and this notice are preserved.  This file is offered as-is,
6 # without warranty of any kind.
7
8 EXTRA_DIST += \
9         xenserver/GPLv2 \
10         xenserver/LICENSE \
11         xenserver/README \
12         xenserver/automake.mk \
13         xenserver/etc_init.d_openvswitch \
14         xenserver/etc_init.d_openvswitch-xapi-update \
15         xenserver/etc_logrotate.d_openvswitch \
16         xenserver/etc_profile.d_openvswitch.sh \
17         xenserver/etc_xapi.d_plugins_openvswitch-cfg-update \
18         xenserver/etc_xensource_scripts_vif \
19         xenserver/openvswitch-xen.spec \
20         xenserver/openvswitch-xen.spec.in \
21         xenserver/opt_xensource_libexec_InterfaceReconfigure.py \
22         xenserver/opt_xensource_libexec_InterfaceReconfigureBridge.py \
23         xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py \
24         xenserver/opt_xensource_libexec_interface-reconfigure \
25         xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py \
26         xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync \
27         xenserver/usr_share_openvswitch_scripts_sysconfig.template
28
29 FLAKE8_PYFILES += \
30         xenserver/usr_share_openvswitch_scripts_ovs-xapi-sync
31
32 $(srcdir)/xenserver/openvswitch-xen.spec: xenserver/openvswitch-xen.spec.in $(top_builddir)/config.status
33         $(AM_V_GEN)($(ro_shell) && sed -e 's,[@]VERSION[@],$(VERSION),g') \
34                 < $(srcdir)/xenserver/$(@F).in > $(@F).tmp || exit 1; \
35         if cmp -s $(@F).tmp $@; then touch $@; rm $(@F).tmp; else mv $(@F).tmp $@; fi