From 49d89e73d077c399cd85dcbbd623e08c59547304 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Jul 2008 00:45:11 +0000 Subject: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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" ], ) -- cgit