fixing build errors in python-libburn. import still fails.

This commit is contained in:
Aren Olson
2009-06-09 15:34:41 +00:00
parent 63dc525ec7
commit b8ec7cb960
2 changed files with 12 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ setup(name = "python-libburn",
description = "Python bindings to libburn",
ext_modules = [Extension("pyburn",
["pyburn.cpp"],
libraries=['libburn'],
libraries=[':libburn.so'],
include_dirs=['/usr/include/libburn'], # FIXME: make this more
# portable
)]