direct-io.hg
changeset 6210:b9b28912fc7a
Python build fix.
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Aug 17 10:35:39 2005 +0000 (2005-08-17) |
parents | 8203b7d536d3 |
children | 6b6588e66b96 451669097ffd |
files | tools/python/setup.py |
line diff
1.1 --- a/tools/python/setup.py Wed Aug 17 10:18:34 2005 +0000 1.2 +++ b/tools/python/setup.py Wed Aug 17 10:35:39 2005 +0000 1.3 @@ -17,7 +17,7 @@ library_dirs = [ XEN_ROOT + "/tools/libx 1.4 XEN_ROOT + "/tools/xenstore", 1.5 ] 1.6 1.7 -libraries = [ "xc", "xenstore-pic" ] 1.8 +libraries = [ "xc", "xenstore" ] 1.9 1.10 xc = Extension("xc", 1.11 extra_compile_args = extra_compile_args,