summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@abc39116-655e-4be6-ad55-d661dc543056>2008-07-25 00:45:11 +0000
committerroot <root@abc39116-655e-4be6-ad55-d661dc543056>2008-07-25 00:45:11 +0000
commit49d89e73d077c399cd85dcbbd623e08c59547304 (patch)
tree9ff9baebf63a7410283876759c25c4750dc16c4e
parent8ae9e8165aa42f710ce9e65601f9cdea44a59462 (diff)
downloadpython-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5e00cf7..b081e56 100644
--- a/setup.py
+++ b/setup.py
@@ -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" ],
)