summaryrefslogtreecommitdiff
path: root/build-aux/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-11-20 09:41:42 -0800
committerBen Pfaff <blp@ovn.org>2017-11-26 16:08:07 -0800
commit74eaac06d61e918ce4bb82611c6f5905c77d94e4 (patch)
treecf5a8cad926a0bb8e2e31052d42f8946f565d3fb /build-aux/automake.mk
parentdd6f26a9d8927e2e0ba7b6837b05350743326ea0 (diff)
downloadopenvswitch-74eaac06d61e918ce4bb82611c6f5905c77d94e4.tar.gz
tests: Convert soexpand build tool from Perl to Python.
Perl is unfashionable and Python is more widely available and understood, so this commit converts one of the OVS uses of Perl into Python. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Aaron Conole <aconole@redhat.com>
Diffstat (limited to 'build-aux/automake.mk')
-rw-r--r--build-aux/automake.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/automake.mk b/build-aux/automake.mk
index c0553e6ed..1003144fd 100644
--- a/build-aux/automake.mk
+++ b/build-aux/automake.mk
@@ -1,4 +1,5 @@
# This file is purely used for checking the style of the python build tools.
FLAKE8_PYFILES += \
$(srcdir)/build-aux/xml2nroff \
- build-aux/dpdkstrip.py
+ build-aux/dpdkstrip.py \
+ build-aux/soexpand.py