diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2020-07-28 13:37:04 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2020-07-28 13:37:25 +0200 |
commit | 2281f33430f3edb874f7fd350ed173e5476a30ed (patch) | |
tree | 1ca1bd9372c7b9992cf8e44eb1647b9bbf7441b0 | |
parent | 882bdd78f217b994066b78e21f9c64fd396206cc (diff) | |
download | libnitrokey-2281f33430f3edb874f7fd350ed173e5476a30ed.tar.gz libnitrokey-2281f33430f3edb874f7fd350ed173e5476a30ed.tar.bz2 |
Update Meson file list
-rw-r--r-- | meson.build | 7 |
1 files changed, 7 insertions, 0 deletions
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, |