summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2003-08-23 10:01:22 +0000
committerthommay <thommay@13f79535-47bb-0310-9956-ffa450edef68>2003-08-23 10:01:22 +0000
commitcb9f439ffcb5e291a0f346c8ccc14a936212df57 (patch)
tree3a179ee16f60114c9088d45880bcf4c5d69962a5 /NWGNUmakefile
parentff779bd7233b4c58731696c70443b3c8ca9f7fe0 (diff)
downloadlibapr-cb9f439ffcb5e291a0f346c8ccc14a936212df57.tar.gz
Add apr_temp_dir_get(), a function to get the most suitable directory to place
temp files based on environment variables and other factors. Obtained from: C Mike Pilato <cmpilato@collab.net> Reviewed by: Thom May git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64591 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index d70976ba6..3f1083a03 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -286,6 +286,7 @@ FILES_lib_objs = \
$(OBJDIR)/sockets.o \
$(OBJDIR)/sockopt.o \
$(OBJDIR)/start.o \
+ $(OBJDIR)/tempdir.o \
$(OBJDIR)/thread.o \
$(OBJDIR)/thread_cond.o \
$(OBJDIR)/thread_mutex.o \