From 8d9878c54d311f7532cb93412863d41431bd8fb1 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 24 Aug 2009 13:20:31 +0200 Subject: Added new function: get_ipaddresses() - retrieves IPv4 and IPv6 addresses for all devices --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 285e1e3..662b92c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup, Extension ethtool = Extension('ethtool', - sources = ['python-ethtool/ethtool.c']) + sources = ['python-ethtool/ethtool.c', 'python-ethtool/etherinfo.c']) # don't reformat this line, Makefile parses it setup(name='ethtool', -- cgit