diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
