summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-11-06 10:28:37 +0100
committerThomas Graf <tgraf@suug.ch>2013-11-06 10:28:37 +0100
commit2ae5298408decbf7a036a54e6b8452b943dc2afd (patch)
treed08941b490338b9d0785c91d82be5115c4ff2fbd /python
parent678753ba84dcd559527ef14105e534fb3d922b6e (diff)
downloadlibnl-2ae5298408decbf7a036a54e6b8452b943dc2afd.tar.gz
python: Include all files in distribution
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
-rw-r--r--python/doc/Makefile.am8
-rw-r--r--python/examples/Makefile.am6
-rw-r--r--python/netlink/Makefile.am3
-rw-r--r--python/tests/Makefile.am5
5 files changed, 22 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index bd5ac112..a1a3426e 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,3 +1,3 @@
# -*- Makefile -*-
-SUBDIRS = netlink
+SUBDIRS = doc examples netlink tests
diff --git a/python/doc/Makefile.am b/python/doc/Makefile.am
new file mode 100644
index 00000000..a2fe6f2b
--- /dev/null
+++ b/python/doc/Makefile.am
@@ -0,0 +1,8 @@
+# -*- Makefile -*-
+
+EXTRA_DIST = \
+ conf.py \
+ core.rst \
+ index.rst \
+ route_addr.rst \
+ route.rst
diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am
new file mode 100644
index 00000000..1cea5e2d
--- /dev/null
+++ b/python/examples/Makefile.am
@@ -0,0 +1,6 @@
+# -*- Makefile -*-
+
+EXTRA_DIST = \
+ iface.py \
+ nl80211.py \
+ wiphy.py
diff --git a/python/netlink/Makefile.am b/python/netlink/Makefile.am
index 246fbf65..1f6eaf8f 100644
--- a/python/netlink/Makefile.am
+++ b/python/netlink/Makefile.am
@@ -7,4 +7,5 @@ EXTRA_DIST = \
fixes.h \
__init__.py \
core.py \
- util.py
+ util.py \
+ utils.h
diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am
new file mode 100644
index 00000000..15f77fa4
--- /dev/null
+++ b/python/tests/Makefile.am
@@ -0,0 +1,5 @@
+
+# -*- Makefile -*-
+
+EXTRA_DIST = \
+ test-create-bridge.py