diff options
| author | fiaxh <git@lightrise.org> | 2019-07-18 02:03:42 +0200 |
|---|---|---|
| committer | fiaxh <git@lightrise.org> | 2019-07-18 02:03:42 +0200 |
| commit | f0abb8aaf9d06106235ca5e0e6b3ca2e425c4422 (patch) | |
| tree | 03fce63f8c37b50b5202690a6801234724ed0021 /plugins/openpgp/CMakeLists.txt | |
| parent | 30353e92d63c033857ad0396c921b3bf5cab44c3 (diff) | |
| download | dino-f0abb8aaf9d06106235ca5e0e6b3ca2e425c4422.tar.gz | |
Refactor file receive/send interfaces and UI
Diffstat (limited to 'plugins/openpgp/CMakeLists.txt')
| -rw-r--r-- | plugins/openpgp/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/openpgp/CMakeLists.txt b/plugins/openpgp/CMakeLists.txt index ab406123..eb50dc71 100644 --- a/plugins/openpgp/CMakeLists.txt +++ b/plugins/openpgp/CMakeLists.txt @@ -28,14 +28,15 @@ compile_gresources( vala_precompile(OPENPGP_VALA_C SOURCES + src/file_transfer/file_decryptor.vala + src/file_transfer/file_encryptor.vala + src/account_settings_entry.vala src/account_settings_widget.vala src/contact_details_provider.vala src/database.vala src/encryption_list_entry.vala - src/in_file_processor.vala src/manager.vala - src/out_file_processor.vala src/plugin.vala src/register_plugin.vala src/stream_flag.vala |
