X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/31ac6fffbb28751cd390baab01c708e7fb607c26..f95acfabee62680cab0d953596cc7539585caff8:/setup.py diff --git a/setup.py b/setup.py index 3e593e3..2a92096 100755 --- a/setup.py +++ b/setup.py @@ -45,8 +45,9 @@ setup( packages=['afs', 'afs.tests'], ext_modules=[ PyAFSExtension("afs.afs"), - PyAFSExtension("afs._pts", libraries=['krb5']), PyAFSExtension("afs._acl"), + PyAFSExtension("afs._fs"), + PyAFSExtension("afs._pts", libraries=['krb5']), ], cmdclass= {"build_ext": build_ext} )