X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/4d3e823390c355e15521d9792de840eefad63cf7..b96524d6b92de2d8aeb8b1aa5f83f2dbc822f5f2:/setup.py diff --git a/setup.py b/setup.py index 0a59340..3e593e3 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( packages=['afs', 'afs.tests'], ext_modules=[ PyAFSExtension("afs.afs"), - PyAFSExtension("afs._pts"), + PyAFSExtension("afs._pts", libraries=['krb5']), PyAFSExtension("afs._acl"), ], cmdclass= {"build_ext": build_ext}