summaryrefslogtreecommitdiff
path: root/mmap/unix/Makefile.in
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>1999-11-03 12:30:59 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>1999-11-03 12:30:59 +0000
commitc2703b94e14b46d63e53ce2f883a603ab74406ed (patch)
tree553c7f5ee1e87ea98ac43039e10d4168af6090b7 /mmap/unix/Makefile.in
parentc79e7284eca9aecb1fc6abe18449dcd940544028 (diff)
downloadlibapr-c2703b94e14b46d63e53ce2f883a603ab74406ed.tar.gz
Add more functions to the APR mmap.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59443 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'mmap/unix/Makefile.in')
-rw-r--r--mmap/unix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmap/unix/Makefile.in b/mmap/unix/Makefile.in
index f8551b27c..480fde363 100644
--- a/mmap/unix/Makefile.in
+++ b/mmap/unix/Makefile.in
@@ -15,7 +15,7 @@ INCLUDES=-I$(INCDIR) -I$(INCDIR1) -I.
LIB=libmmap.a
-OBJS=mmap.o
+OBJS=mmap.o common.o
.c.o:
$(CC) $(CFLAGS) -c $(INCLUDES) $<