summaryrefslogtreecommitdiff
path: root/python/netlink
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-02-26 21:05:37 +0100
committerThomas Haller <thaller@redhat.com>2017-02-27 13:20:34 +0100
commitc1567ea637ef51868b0f31a185caa6c3e740d0fd (patch)
tree4dfe0994a1c0253b597bac4cbef886e6beae9ee5 /python/netlink
parentbee04e40f392186c6b5374dbdcb672c08aea19c9 (diff)
downloadlibnl-c1567ea637ef51868b0f31a185caa6c3e740d0fd.tar.gz
build: merge python/Makefile.am into top-level makefile
Diffstat (limited to 'python/netlink')
-rw-r--r--python/netlink/Makefile.am11
-rw-r--r--python/netlink/genl/Makefile.am5
-rw-r--r--python/netlink/route/Makefile.am14
3 files changed, 0 insertions, 30 deletions
diff --git a/python/netlink/Makefile.am b/python/netlink/Makefile.am
deleted file mode 100644
index 1f6eaf8f..00000000
--- a/python/netlink/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- Makefile -*-
-
-SUBDIRS = route genl
-
-EXTRA_DIST = \
- capi.i \
- fixes.h \
- __init__.py \
- core.py \
- util.py \
- utils.h
diff --git a/python/netlink/genl/Makefile.am b/python/netlink/genl/Makefile.am
deleted file mode 100644
index 9e309047..00000000
--- a/python/netlink/genl/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- Makefile -*-
-
-EXTRA_DIST = \
- capi.i \
- __init__.py
diff --git a/python/netlink/route/Makefile.am b/python/netlink/route/Makefile.am
deleted file mode 100644
index ef714f45..00000000
--- a/python/netlink/route/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- Makefile -*-
-
-EXTRA_DIST = \
- capi.i \
- __init__.py \
- address.py \
- link.py \
- tc.py \
- links/__init__.py \
- links/dummy.py \
- links/inet.py \
- links/vlan.py \
- qdisc/__init__.py \
- qdisc/htb.py