python: Include all files in distribution

Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2013-11-06 10:28:37 +01:00
parent 678753ba84
commit 2ae5298408
6 changed files with 25 additions and 2 deletions

View file

@ -132,9 +132,12 @@ tests/Makefile
man/Makefile
python/Makefile
python/setup.py
python/doc/Makefile
python/examples/Makefile
python/netlink/Makefile
python/netlink/genl/Makefile
python/netlink/route/Makefile
python/tests/Makefile
include/netlink/version.h
])

View file

@ -1,3 +1,3 @@
# -*- Makefile -*-
SUBDIRS = netlink
SUBDIRS = doc examples netlink tests

8
python/doc/Makefile.am Normal file
View file

@ -0,0 +1,8 @@
# -*- Makefile -*-
EXTRA_DIST = \
conf.py \
core.rst \
index.rst \
route_addr.rst \
route.rst

View file

@ -0,0 +1,6 @@
# -*- Makefile -*-
EXTRA_DIST = \
iface.py \
nl80211.py \
wiphy.py

View file

@ -7,4 +7,5 @@ EXTRA_DIST = \
fixes.h \
__init__.py \
core.py \
util.py
util.py \
utils.h

5
python/tests/Makefile.am Normal file
View file

@ -0,0 +1,5 @@
# -*- Makefile -*-
EXTRA_DIST = \
test-create-bridge.py