diff options
author | David Sommerseth <davids@redhat.com> | 2009-06-18 14:53:29 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-06-18 15:03:24 +0200 |
commit | 3849ca0a4abf5eb661758e1341a6e595d3013c2c (patch) | |
tree | d5f69c0231a687b81c2334f2094f56606bfe906a /src/setup.py | |
parent | cb94510ce84cea18a675f1984cc8a3c955e6a2a4 (diff) | |
download | python-dmidecode-3849ca0a4abf5eb661758e1341a6e595d3013c2c.tar.gz python-dmidecode-3849ca0a4abf5eb661758e1341a6e595d3013c2c.tar.xz python-dmidecode-3849ca0a4abf5eb661758e1341a6e595d3013c2c.zip |
Splitted out SMBIOS/DMI dump functions from dmidecode.c to separate files
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py index a8ab032..75be21b 100644 --- a/src/setup.py +++ b/src/setup.py @@ -68,7 +68,9 @@ setup( "src/dmidecode.c", "src/dmixml.c", "src/dmierror.c", - "src/xmlpythonizer.c" + "src/xmlpythonizer.c", + "src/efi.c", + "src/dmidump.c" ], include_dirs = incdir, library_dirs = libdir, |