X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/9e947555194b0e435f39e6882e36e5b3639e3203..91ce675a3fee99e50d424b4e917ed0cf9a7ebdb4:/setup.py diff --git a/setup.py b/setup.py index 8ac72ab..259b742 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,9 @@ cat = DC.Extension('catacomb._base', ['catacomb.c', 'bytestring.c', 'buffer.c', 'rand.c', 'algorithms.c', 'pubkey.c', 'pgen.c', 'mp.c', 'field.c', 'ec.c', 'group.c', 'passphrase.c', - 'share.c', 'key.c', 'util.c'], + 'share.c', 'key.c', + 'pyke/pyke.c', 'pyke/pyke-mLib.c', + 'pyke/mapping.c'], ##extra_compile_args = ['-O0'], include_dirs = MS.uniquify(MS.INCLUDEDIRS), library_dirs = MS.uniquify(MS.LIBDIRS),