From: Frederic Marchal Date: Sun, 26 May 2013 18:24:29 +0000 (+0200) Subject: Build alias.c with cmake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dbfc5c30814d962c8b57c4448b333ab16fc3db3e;p=thirdparty%2Fsarg.git Build alias.c with cmake --- 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})