diff options
author | fiaxh <git@lightrise.org> | 2019-05-16 20:41:41 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2019-07-08 18:46:30 +0200 |
commit | a7aa5130f821252c17ffc5725e4240553248ad17 (patch) | |
tree | c84c211b4d3ee395ee5e460e187b8eeb0431f6c2 /plugins/omemo/CMakeLists.txt | |
parent | 837de4063dbe398735a5b1d35bde1821c177b555 (diff) | |
download | dino-a7aa5130f821252c17ffc5725e4240553248ad17.tar.gz dino-a7aa5130f821252c17ffc5725e4240553248ad17.zip |
OMEMO code cleanup: Move TrustLevel out of Database
Diffstat (limited to 'plugins/omemo/CMakeLists.txt')
-rw-r--r-- | plugins/omemo/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omemo/CMakeLists.txt b/plugins/omemo/CMakeLists.txt index 0331851e..8639478c 100644 --- a/plugins/omemo/CMakeLists.txt +++ b/plugins/omemo/CMakeLists.txt @@ -32,6 +32,7 @@ vala_precompile(OMEMO_VALA_C SOURCES src/plugin.vala src/register_plugin.vala + src/trust_level.vala src/file_transfer/file_provider.vala src/file_transfer/file_sender.vala |