vici: Include python package in distribution
This commit is contained in:
@@ -1773,6 +1773,7 @@ AC_CONFIG_FILES([
|
||||
src/libcharon/plugins/stroke/Makefile
|
||||
src/libcharon/plugins/vici/Makefile
|
||||
src/libcharon/plugins/vici/ruby/Makefile
|
||||
src/libcharon/plugins/vici/python/Makefile
|
||||
src/libcharon/plugins/updown/Makefile
|
||||
src/libcharon/plugins/dhcp/Makefile
|
||||
src/libcharon/plugins/load_tester/Makefile
|
||||
|
||||
@@ -74,3 +74,7 @@ SUBDIRS =
|
||||
if USE_RUBY_GEMS
|
||||
SUBDIRS += ruby
|
||||
endif
|
||||
|
||||
if USE_PYTHON_EGGS
|
||||
SUBDIRS += python
|
||||
endif
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
EXTRA_DIST = LICENSE MANIFEST.in \
|
||||
vici/__init__.py \
|
||||
vici/exception.py \
|
||||
vici/protocol.py \
|
||||
vici/session.py
|
||||
Reference in New Issue
Block a user