meson cleanup

This commit is contained in:
Heiko Reese
2021-08-22 02:17:11 +02:00
parent d225bddcb3
commit 834714f4c8
3 changed files with 14 additions and 10 deletions

View File

@ -1,5 +1,7 @@
project('libexim-encrypt-dlfunc', 'c',
default_options: ['b_lundef=false', 'b_pie=true'])
default_options: ['b_lundef=false', 'b_pie=true'],
license: 'Apache-2.0',
version: '0.2.0')
compiler = meson.get_compiler('c')
conf_data = configuration_data()