Files
cryptsetup/tokens/meson.build
Daniel Zatovic 114a13af84 Add support for meson build system.
For now, let's keep support for both - autotools and meson.
2023-03-03 13:49:47 +00:00

9 lines
199 B
Meson

libcryptsetup_token_sym_path = join_paths(meson.current_source_dir(), 'libcryptsetup-token.sym')
token_link_args = [
'-Wl,--version-script=' +
libcryptsetup_token_sym_path,
]
subdir('ssh')