From 2281f33430f3edb874f7fd350ed173e5476a30ed Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 28 Jul 2020 13:37:04 +0200 Subject: Update Meson file list --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c758a7a..4ef2560 100644 --- a/meson.build +++ b/meson.build @@ -66,6 +66,13 @@ libnitrokey = library( 'NitrokeyManager.cc', 'NK_C_API.cc', 'DeviceCommunicationExceptions.cpp', + 'NitrokeyManagerStorage.cpp', + 'NitrokeyManagerStorage.h', + 'NitrokeyManagerOTP.cc', + 'NitrokeyManagerOTP.h', + 'NitrokeyManagerPWS.h', + 'NitrokeyManagerPWS.cc', + 'NK_C_API_storage.cpp', ], include_directories : [ inc_libnitrokey, -- cgit v1.2.1