]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Install ac-trie to the private library dir.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 24 Apr 2015 15:44:06 +0000 (16:44 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 24 Apr 2015 15:44:06 +0000 (16:44 +0100)
contrib/aho-corasick/CMakeLists.txt

index 2240f9b648eb92013d0f138ddd1eabd00853efcb..1670a556590224fd783ec7bae8587239f3d7a9d9 100644 (file)
@@ -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