From: Frederic Marchal Date: Sun, 7 Jun 2015 19:08:44 +0000 (+0200) Subject: Add the stringbuffer.h include file to the cmake file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d810968d849ccbbe7b97ff477013e7a10fd324a8;p=thirdparty%2Fsarg.git Add the stringbuffer.h include file to the cmake file That file has been overlooked. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 68ae9bd..4006537 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ SET(SRC util.c log.c report.c topuser.c email.c sort.c html.c usertab.c userinfo.c longline.c url.c fnmatch.c stringbuffer.c filelist.c readlog.c alias.c readlog_squid.c readlog_sarg.c readlog_extlog.c readlog_common.c - include/conf.h include/info.h include/defs.h) + include/conf.h include/info.h include/defs.h include/stringbuffer.h) FOREACH(f ${SRC}) ADD_FILE_DEPENDENCIES(${f} ${CMAKE_BINARY_DIR}/config.h ${CMAKE_SOURCE_DIR}/include/conf.h ${CMAKE_SOURCE_DIR}/include/info.h ${CMAKE_SOURCE_DIR}/include/defs.h)