diff options
author | fiaxh <git@mx.ax.lt> | 2017-08-07 21:44:22 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-08-07 21:48:43 +0200 |
commit | 0206139f0f8a472e6ac63fd0d303b215c88746e2 (patch) | |
tree | 253d34a02f3004e18b4242e00643aab3b6974a12 /xmpp-vala/CMakeLists.txt | |
parent | 6bc950d042c47982c71ca1f9140ab40d1c727c66 (diff) | |
download | dino-0206139f0f8a472e6ac63fd0d303b215c88746e2.tar.gz dino-0206139f0f8a472e6ac63fd0d303b215c88746e2.zip |
http files: Fix double-free rance-condition
... and move classes around
Diffstat (limited to 'xmpp-vala/CMakeLists.txt')
-rw-r--r-- | xmpp-vala/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmpp-vala/CMakeLists.txt b/xmpp-vala/CMakeLists.txt index 80e665e2..54bd3886 100644 --- a/xmpp-vala/CMakeLists.txt +++ b/xmpp-vala/CMakeLists.txt @@ -13,6 +13,7 @@ SOURCES "src/core/stanza_node.vala" "src/core/stanza_reader.vala" "src/core/stanza_writer.vala" + "src/core/xmpp_log.vala" "src/core/xmpp_stream.vala" "src/module/bind.vala" |