diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-10-07 07:54:02 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-10-07 07:54:02 +0400 |
commit | a7ea14b733201d1c9e8e38f716d315c489d9484d (patch) | |
tree | 71842896de00197d3ad8288fcadd628e134a1440 /src/evdns/CMakeLists.txt | |
parent | 876e5f104227f855269daa0c2812f26a45b38cc7 (diff) | |
download | rspamd-a7ea14b733201d1c9e8e38f716d315c489d9484d.tar.gz rspamd-a7ea14b733201d1c9e8e38f716d315c489d9484d.zip |
* Port evdns with TXT patch into rspamd and adopt it to work separately from libevent
* Add skeleton for spf parser
Diffstat (limited to 'src/evdns/CMakeLists.txt')
-rw-r--r-- | src/evdns/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/evdns/CMakeLists.txt b/src/evdns/CMakeLists.txt new file mode 100644 index 000000000..798ece9cc --- /dev/null +++ b/src/evdns/CMakeLists.txt @@ -0,0 +1,4 @@ +# Evdns port to support TXT records +SET(EVDNSSRC evdns.c) + +ADD_LIBRARY(rspamd_evdns STATIC ${EVDNSSRC}) |