diff options
author | root <root@abc39116-655e-4be6-ad55-d661dc543056> | 2008-07-25 00:45:11 +0000 |
---|---|---|
committer | root <root@abc39116-655e-4be6-ad55-d661dc543056> | 2008-07-25 00:45:11 +0000 |
commit | 49d89e73d077c399cd85dcbbd623e08c59547304 (patch) | |
tree | 9ff9baebf63a7410283876759c25c4750dc16c4e | |
parent | 8ae9e8165aa42f710ce9e65601f9cdea44a59462 (diff) | |
download | python-dmidecode-49d89e73d077c399cd85dcbbd623e08c59547304.tar.gz python-dmidecode-49d89e73d077c399cd85dcbbd623e08c59547304.tar.xz python-dmidecode-49d89e73d077c399cd85dcbbd623e08c59547304.zip |
The `biosdecode' is a program, nothing to do with the module, removed.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@16 abc39116-655e-4be6-ad55-d661dc543056
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ setup( ext_modules = [ Extension( "dmidecode", - sources = [ "dmidecodemodule.c", "util.c", "catsprintf.c", "dmioem.c", "biosdecode.c", "dmiopt.c", "dmidecode.c" ], + sources = [ "dmidecodemodule.c", "util.c", "catsprintf.c", "dmioem.c", "dmiopt.c", "dmidecode.c" ], library_dirs = [ "/home/nima/dev-room/projects/dmidecode" ], libraries = [ "util" ], ) |