From: Vsevolod Stakhov Date: Fri, 24 Apr 2015 15:44:06 +0000 (+0100) Subject: Install ac-trie to the private library dir. X-Git-Tag: 0.9.0~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f6bde8c1eb6872631f5b1177f1d8121cedf3863;p=thirdparty%2Frspamd.git Install ac-trie to the private library dir. --- 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