blob: 1e530cb42fe5702861f8e8abf016478ccbd525bc (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright (C) 2017 Nicira, 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 += \
ipsec/ovs-monitor-ipsec
FLAKE8_PYFILES += ipsec/ovs-monitor-ipsec
|