From 7f7e34a2ac9bae5ce06c979cf535aed06fca276d Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Wed, 18 Jul 2018 13:43:38 +0200 Subject: meson: fix sneaky typo of the library name Signed-off-by: Szczepan Zalega --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 366168a..21e79f5 100644 --- a/meson.build +++ b/meson.build @@ -47,7 +47,7 @@ version_cc = vcs_tag( output : 'version.cc', ) libnitrokey = library( - 'nitokey', + 'nitrokey', sources : [ 'command_id.cc', 'device.cc', -- cgit v1.2.1