From bbf6a3766e65ebc66f06f936e530e79ec2d5b31b Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 26 Jun 2013 01:14:35 +0000 Subject: Move tempfile.{h,c} into wsutil. svn path=/trunk/; revision=50163 --- wsutil/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wsutil/Makefile.common') 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 -- cgit v1.2.3