diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-29 07:06:47 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-29 07:06:47 +0000 |
commit | 798528d678675f424d70a43785e4e77caaa25ebe (patch) | |
tree | 5178b300b1e9bec0f1aa2babbd03c1caed2919c1 /setup.py | |
parent | ad98794d4d92d173462c53714e3d9f2a0726ff68 (diff) | |
download | python-dmidecode-798528d678675f424d70a43785e4e77caaa25ebe.tar.gz python-dmidecode-798528d678675f424d70a43785e4e77caaa25ebe.tar.xz python-dmidecode-798528d678675f424d70a43785e4e77caaa25ebe.zip |
Using dmihelper now.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@79 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'setup.py')
-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", "dmiopt.c", "dmidecode.c" ], + sources = [ "dmidecodemodule.c", "dmihelper.c", "util.c", "dmioem.c", "dmiopt.c", "dmidecode.c" ], library_dirs = [ "/home/nima/dev-room/projects/dmidecode" ], libraries = [ "util" ], #libraries = [ "util", "efence" ], |