summaryrefslogtreecommitdiff
path: root/protocols/JabberG
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2019-03-28 21:00:13 +0300
committerdartraiden <wowemuh@gmail.com>2019-03-28 21:00:35 +0300
commit219d1e3fb1c29a0b14b32801baab0abcaae5e7dd (patch)
tree26a9c19330a9a2d7717a726c58132bfc1ce8adb9 /protocols/JabberG
parent2fdb1c30fd1136886eab6a570ea1f339a7bfc95b (diff)
replace libaxolotl by libsignal
Diffstat (limited to 'protocols/JabberG')
-rw-r--r--protocols/JabberG/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/CMakeLists.txt b/protocols/JabberG/CMakeLists.txt
index 87ef6d2d81..520f38cfb5 100644
--- a/protocols/JabberG/CMakeLists.txt
+++ b/protocols/JabberG/CMakeLists.txt
@@ -1,7 +1,7 @@
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Jabber)
-include_directories(${CMAKE_SOURCE_DIR}/libs/libaxolotl/src)
+include_directories(${CMAKE_SOURCE_DIR}/libs/libsignal/src)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
-target_link_libraries(${TARGET} Zlib FreeImage libaxolotl ${OPENSSL_LIBRARIES} comctl32.lib UxTheme.lib ws2_32.lib)
+target_link_libraries(${TARGET} Zlib FreeImage libsignal ${OPENSSL_LIBRARIES} comctl32.lib UxTheme.lib ws2_32.lib)
add_subdirectory(jabber_xstatus)
add_subdirectory(proto_jabber) \ No newline at end of file