From 7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 24 Aug 2001 22:36:52 +0000 Subject: Added e-mktemp.[c,h] to the build. 2001-08-24 Jeffrey Stedfast * Makefile.am: Added e-mktemp.[c,h] to the build. * e-mktemp.c (e_mktemp): A new wrapper around mktemp so that we can keep track of temp files for later cleanup. (e_mkstemp): Same but obviously for the mkstemp call. (e_mkdtemp): And finally a mkdtemp wrapper. svn path=/trunk/; revision=12460 --- e-util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/Makefile.am') diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 231d04b64a..3ced0ed128 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -46,6 +46,8 @@ libeutil_la_SOURCES = \ e-list.h \ e-memory.c \ e-memory.h \ + e-mktemp.c \ + e-mktemp.h \ e-msgport.c \ e-msgport.h \ e-path.c \ -- cgit