mirror of
https://github.com/openvswitch/ovs
synced 2025-10-27 15:18:06 +00:00
28 lines
1.1 KiB
Makefile
28 lines
1.1 KiB
Makefile
# Copyright (C) 2009, 2010 Nicira Networks, Inc.
|
|
#
|
|
# Copying and distribution of this file, with or without modification,
|
|
# are permitted in any medium without royalty provided the copyright
|
|
# notice and this notice are preserved. This file is offered as-is,
|
|
# without warranty of any kind.
|
|
|
|
EXTRA_DIST += \
|
|
xenserver/LICENSE \
|
|
xenserver/README \
|
|
xenserver/automake.mk \
|
|
xenserver/etc_init.d_openvswitch \
|
|
xenserver/etc_init.d_openvswitch-xapi-update \
|
|
xenserver/etc_logrotate.d_openvswitch \
|
|
xenserver/etc_profile.d_openvswitch.sh \
|
|
xenserver/etc_xapi.d_plugins_openvswitch-cfg-update \
|
|
xenserver/etc_xensource_scripts_vif \
|
|
xenserver/openvswitch-xen.spec \
|
|
xenserver/opt_xensource_libexec_InterfaceReconfigure.py \
|
|
xenserver/opt_xensource_libexec_InterfaceReconfigureBridge.py \
|
|
xenserver/opt_xensource_libexec_InterfaceReconfigureVswitch.py \
|
|
xenserver/opt_xensource_libexec_interface-reconfigure \
|
|
xenserver/usr_lib_xsconsole_plugins-base_XSFeatureVSwitch.py \
|
|
xenserver/usr_sbin_brctl \
|
|
xenserver/usr_sbin_xen-bugtool \
|
|
xenserver/usr_share_openvswitch_scripts_refresh-network-uuids \
|
|
xenserver/usr_share_openvswitch_scripts_sysconfig.template
|