diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-05-13 13:06:10 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-05-13 13:06:10 +0000 |
commit | 5eb28dced30e6a0a1c19d8c2b6edc97254c1bf68 (patch) | |
tree | fbe47d5e9cdee1c719c925fcfb2a491a6ad08f7d /test | |
parent | 118ff7dd97df875bb5d3b86abf81274bf164b0af (diff) | |
download | libapr-5eb28dced30e6a0a1c19d8c2b6edc97254c1bf68.tar.gz |
build the APR memory code; otherwise, Apache won't build because
exports.c references the memory functions
build the testmem program by default too
Reviewed/Submitted by: David Reid
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61626 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index d19f6c3b8..31ac59f5e 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -21,6 +21,7 @@ PROGRAMS = \ testipsub@EXEEXT@ \ testmd5@EXEEXT@ \ testpoll@EXEEXT@ \ + testmem@EXEEXT@ \ occhild@EXEEXT@ TARGETS = $(PROGRAMS) |