From c73632361af0ec1faea773257b4b8764713cb169 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 19 Feb 2014 13:50:31 +0000 Subject: Add rdns as a submodule. --- contrib/libottery/CMakeLists.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'contrib/libottery') diff --git a/contrib/libottery/CMakeLists.txt b/contrib/libottery/CMakeLists.txt index 499a080b3..52667ff84 100644 --- a/contrib/libottery/CMakeLists.txt +++ b/contrib/libottery/CMakeLists.txt @@ -4,12 +4,4 @@ SET(OTTERYSRC chacha_merged.c ottery_entropy.c ottery_global.c) -ADD_LIBRARY(rspamd-ottery ${LINK_TYPE} ${OTTERYSRC}) -SET_TARGET_PROPERTIES(rspamd-ottery PROPERTIES VERSION ${RSPAMD_VERSION}) -SET_TARGET_PROPERTIES(rspamd-ottery PROPERTIES COMPILE_FLAGS "-DRSPAMD_LIB") - -IF(NO_SHARED MATCHES "OFF") - INSTALL(TARGETS rspamd-ottery - LIBRARY DESTINATION ${LIBDIR} - PUBLIC_HEADER DESTINATION ${INCLUDEDIR}) -ENDIF(NO_SHARED MATCHES "OFF") \ No newline at end of file +ADD_LIBRARY(ottery STATIC ${OTTERYSRC}) \ No newline at end of file -- cgit v1.2.3