From 8f6bde8c1eb6872631f5b1177f1d8121cedf3863 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 24 Apr 2015 16:44:06 +0100 Subject: [PATCH] Install ac-trie to the private library dir. --- contrib/aho-corasick/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/aho-corasick/CMakeLists.txt b/contrib/aho-corasick/CMakeLists.txt index 2240f9b648..1670a55659 100644 --- a/contrib/aho-corasick/CMakeLists.txt +++ b/contrib/aho-corasick/CMakeLists.txt @@ -5,4 +5,4 @@ if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQU endif () ADD_LIBRARY(rspamd-actrie SHARED ${AHOCORASICSRC}) INSTALL(TARGETS rspamd-actrie - LIBRARY DESTINATION lib) \ No newline at end of file + LIBRARY DESTINATION lib/rspamd) \ No newline at end of file -- 2.47.3