diff options
author | bjh <bjh@13f79535-47bb-0310-9956-ffa450edef68> | 1999-10-24 04:22:22 +0000 |
---|---|---|
committer | bjh <bjh@13f79535-47bb-0310-9956-ffa450edef68> | 1999-10-24 04:22:22 +0000 |
commit | 65da9aa2eccd0efa3238bc78ac75d06a0a9276a7 (patch) | |
tree | ccb66de90497d39b934fed43d2b2df7a1f41b2bc /test/Makefile.in | |
parent | 350ceea6c97a3dd04a2f52ea83117afc4501d6a5 (diff) | |
download | libapr-65da9aa2eccd0efa3238bc78ac75d06a0a9276a7.tar.gz |
Make a single APR library file.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index fdd5872ff..77b936814 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -8,7 +8,7 @@ RM=@RM@ CC=@CC@ RANLIB=@RANLIB@ CFLAGS=@CFLAGS@ @OPTIM@ -LIBS=-L../libs -lnetwork -lthreadproc -lfile -lmisc -lapr -ltime -llock -lsig -lmmap @LIBS@ +LIBS=-L.. -lapr @LIBS@ LDFLAGS=@LDFLAGS@ $(LIBS) INCDIR=../include INCDIR1=../../inc @@ -24,7 +24,7 @@ TARGETS= testfile@EXEEXT@ \ testcontext@EXEEXT@ \ ab@EXEEXT@ \ htdigest@EXEEXT@ \ - testmmap@EXEEXT@ + testmmap@EXEEXT@ OBJS= testfile.o \ testproc.o \ |