diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-21 23:03:28 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-21 23:03:28 +0000 |
commit | 206c3b4c8ea10cd2a76982f05ff625c354a3c7aa (patch) | |
tree | bdbccfc3727250c56c0f91796dce2a14f9d0e475 /CMakeLists.txt | |
parent | 09ef28777e8df0ca3866d4c4576b76ecba88af4f (diff) | |
download | rspamd-206c3b4c8ea10cd2a76982f05ff625c354a3c7aa.tar.gz rspamd-206c3b4c8ea10cd2a76982f05ff625c354a3c7aa.zip |
Remove dead variable.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 66fcc9430..4260e82df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -927,9 +927,6 @@ IF(NOT HAVE_COMPATIBLE_QUEUE_H) INCLUDE_DIRECTORIES(compat) ENDIF(NOT HAVE_COMPATIBLE_QUEUE_H) - -SET(CONTRIBSRC "") - IF(NOT DESTDIR) SET(DESTDIR $ENV{DESTDIR}) ENDIF(NOT DESTDIR) @@ -1041,7 +1038,7 @@ SET(CONFFILES ######################### LINK SECTION ############################### -ADD_EXECUTABLE(rspamd ${RSPAMDSRC} ${CONTRIBSRC} ${PLUGINSSRC}) +ADD_EXECUTABLE(rspamd ${RSPAMDSRC} ${PLUGINSSRC}) SET_TARGET_PROPERTIES(rspamd PROPERTIES LINKER_LANGUAGE C) SET_TARGET_PROPERTIES(rspamd PROPERTIES COMPILE_FLAGS "-DRSPAMD_MAIN") IF(NOT DEBIAN_BUILD) |