From d345876e7d52b4f743a37cfe5b390067bad0a956 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 10 Dec 2013 14:29:52 +0100 Subject: Split out generic NETLINK functions from etherinfo.c to netlink.c Primarily just to clean up the code Signed-off-by: David Sommerseth --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 826b15d..8c415dc 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ setup(name='ethtool', 'python-ethtool/ethtool.c', 'python-ethtool/etherinfo.c', 'python-ethtool/etherinfo_obj.c', + 'python-ethtool/netlink.c', 'python-ethtool/netlink-address.c'], include_dirs = libnl['include'], library_dirs = libnl['libdirs'], -- cgit