aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-25 06:36:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-25 06:36:52 +0800
commit7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d (patch)
tree616bb8d01c626d26aca0ec2fe9f81e22503cfddb /e-util/Makefile.am
parentb74947b0a0adc405938f3ec720e9ea6e1904de94 (diff)
downloadgsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar
gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.gz
gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.bz2
gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.lz
gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.xz
gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.tar.zst
gsoc2013-evolution-7c6273ec2ee915a55b2a8fbeb1c597a2a0d0282d.zip
Added e-mktemp.[c,h] to the build.
2001-08-24 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \