diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-08 18:26:58 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-02-08 18:26:58 +0000 |
commit | ff660e595fb04857e73e1f84d1e13d412fb980ef (patch) | |
tree | 89311f8e1131729d6216537c282925166408dd47 /contrib/libucl/CMakeLists.txt | |
parent | 40d4ca29664da075d9078161814b01070b6c0058 (diff) | |
download | rspamd-ff660e595fb04857e73e1f84d1e13d412fb980ef.tar.gz rspamd-ff660e595fb04857e73e1f84d1e13d412fb980ef.zip |
Update libucl
Diffstat (limited to 'contrib/libucl/CMakeLists.txt')
-rw-r--r-- | contrib/libucl/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libucl/CMakeLists.txt b/contrib/libucl/CMakeLists.txt index a1e919484..cda809116 100644 --- a/contrib/libucl/CMakeLists.txt +++ b/contrib/libucl/CMakeLists.txt @@ -6,7 +6,8 @@ SET(UCLSRC ucl_util.c ucl_hash.c ucl_schema.c lua_ucl.c - ucl_msgpack.c) + ucl_msgpack.c + ucl_sexp.c) SET (LIB_TYPE STATIC) |