diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-28 17:01:00 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-28 17:01:00 +0100 |
commit | 7f8ab548d375051edb54fed9bafd8996f2f3fb33 (patch) | |
tree | 6e18ce4c9f1125e395470a9d6573f221a37795a3 /contrib/aho-corasick | |
parent | faf96d9f2a7ab25de198b1fa555b2985237de2c0 (diff) | |
download | rspamd-7f8ab548d375051edb54fed9bafd8996f2f3fb33.tar.gz rspamd-7f8ab548d375051edb54fed9bafd8996f2f3fb33.zip |
Another round of linking issues fixup.
Diffstat (limited to 'contrib/aho-corasick')
-rw-r--r-- | contrib/aho-corasick/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/aho-corasick/CMakeLists.txt b/contrib/aho-corasick/CMakeLists.txt index d185245cb..7209c5094 100644 --- a/contrib/aho-corasick/CMakeLists.txt +++ b/contrib/aho-corasick/CMakeLists.txt @@ -4,5 +4,6 @@ if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQU SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3") endif () ADD_LIBRARY(rspamd-actrie SHARED ${AHOCORASICSRC}) +TARGET_LINK_LIBRARIES(rspamd-actrie ${RSPAMD_REQUIRED_LIBRARIES}) INSTALL(TARGETS rspamd-actrie LIBRARY DESTINATION ${RSPAMD_LIBDIR}) |