aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/aho-corasick
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-24 16:44:06 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-04-24 16:44:06 +0100
commit8f6bde8c1eb6872631f5b1177f1d8121cedf3863 (patch)
tree106bcd75da9585a02dc09cff9641d45a9d90ea6a /contrib/aho-corasick
parent8b58ad15ebc5b97fb8272ef3d73fa967f195be4e (diff)
downloadrspamd-8f6bde8c1eb6872631f5b1177f1d8121cedf3863.tar.gz
rspamd-8f6bde8c1eb6872631f5b1177f1d8121cedf3863.zip
Install ac-trie to the private library dir.
Diffstat (limited to 'contrib/aho-corasick')
-rw-r--r--contrib/aho-corasick/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/aho-corasick/CMakeLists.txt b/contrib/aho-corasick/CMakeLists.txt
index 2240f9b64..1670a5565 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