From dbfc5c30814d962c8b57c4448b333ab16fc3db3e Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Sun, 26 May 2013 20:24:29 +0200 Subject: [PATCH] Build alias.c with cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bdf5b59..feb61c6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ SET(SRC util.c log.c report.c topuser.c email.c sort.c html.c redirector.c auth.c download.c grepday.c ip2name_exec.c dansguardian_log.c dansguardian_report.c realtime.c btree_cache.c usertab.c userinfo.c longline.c url.c fnmatch.c stringbuffer.c - filelist.c readlog.c + filelist.c readlog.c alias.c readlog_squid.c readlog_sarg.c readlog_extlog.c readlog_common.c) FOREACH(f ${SRC}) -- 2.47.2