From: Tobias Brunner Date: Mon, 6 May 2019 13:51:05 +0000 (+0200) Subject: vici: Add Python command wrappers to tarball X-Git-Tag: 5.8.0rc1~14 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fstrongswan.git;a=commitdiff_plain;h=c7a0b39bd6ac68c69e7c1f216c21866fd935a7cb vici: Add Python command wrappers to tarball Fixes: e0f7da864481 ("vici: Extract command wrappers in Python bindings") --- diff --git a/src/libcharon/plugins/vici/python/Makefile.am b/src/libcharon/plugins/vici/python/Makefile.am index 20a6f436d9..e5343dc81e 100644 --- a/src/libcharon/plugins/vici/python/Makefile.am +++ b/src/libcharon/plugins/vici/python/Makefile.am @@ -3,6 +3,7 @@ EXTRA_DIST = LICENSE README.rst MANIFEST.in \ vici/test/__init__.py \ vici/test/test_protocol.py \ vici/__init__.py \ + vici/command_wrappers.py \ vici/compat.py \ vici/exception.py \ vici/protocol.py \