Renamed generate_encryption_keys binary to libexim-encrypt-dlfunc-genkeys.

This commit is contained in:
Heiko Reese
2021-09-06 02:07:33 +02:00
parent 71b3950c03
commit aaad6b0e4f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
configure_file(output: 'config.h', configuration: conf_data)
executable('generate_encryption_keys', 'generate_encryption_keys.c',
executable('libexim-encrypt-dlfunc-genkeys', 'libexim-encrypt-dlfunc-genkeys.c',
dependencies : [ sodium_deps ],
install: true)