aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 01:14:35 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-26 01:14:35 +0000
commitbbf6a3766e65ebc66f06f936e530e79ec2d5b31b (patch)
tree36807307f1569f29471ae157dcc82141c422a1ad /wsutil/Makefile.common
parent3ab335948b76b1a87fd0c193050673ffd37c9a86 (diff)
Move tempfile.{h,c} into wsutil.
svn path=/trunk/; revision=50163
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 5fc9a426ba..e930e69aa5 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -44,6 +44,7 @@ LIBWSUTIL_SRC = \
nstime.c \
privileges.c \
str_util.c \
+ tempfile.c \
type_util.c
# Header files that are not generated from other files
@@ -62,4 +63,5 @@ LIBWSUTIL_INCLUDES = \
nstime.h \
privileges.h \
str_util.h \
+ tempfile.h \
type_util.h