diff options
author | Daniel Neus <[email protected]> | 2016-07-26 18:05:33 +0200 |
---|---|---|
committer | Daniel Neus <[email protected]> | 2016-07-26 18:26:32 +0200 |
commit | 7944a67bd083189feca3d03a7b1fa45f6b1cd9d3 (patch) | |
tree | f6a636494dc20187e2ce767dc228b136d2548bc6 /configure.py | |
parent | 5d50db6e964a9305d7271301804a1dcb4ce22606 (diff) |
include external PKCS#11 headers into botan
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 4e65bdcc1..f32edd65a 100755 --- a/configure.py +++ b/configure.py @@ -384,7 +384,7 @@ def process_command_line(args): help='minimize build') # Should be derived from info.txt but this runs too early - third_party = ['boost', 'bzip2', 'lzma', 'openssl', 'sqlite3', 'zlib', 'tpm'] + third_party = ['boost', 'bzip2', 'lzma', 'openssl', 'sqlite3', 'zlib', 'tpm', 'pkcs11'] for mod in third_party: mods_group.add_option('--with-%s' % (mod), |