aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 03:12:02 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-15 03:12:02 +0000
commita8ad045a77d24af0ce3ffeb34ce5c5076948705a (patch)
tree25b24a44245804de3cf1ebfa3e89b763e423535a /wsutil
parent16ef3ce2f18ae2e1689c77122dd457a4100fb98a (diff)
Add report_err.c to cmake build.
svn path=/trunk/; revision=50600
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index 0437d7c7df..adeb364ea4 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -50,6 +50,7 @@ set(WSUTIL_FILES
nstime.c
privileges.c
str_util.c
+ report_err.c
tempfile.c
type_util.c
${WSUTIL_PLATFORM_FILES}