summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-07 09:00:59 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-07 09:00:59 -0500
commit39393a5bd6ff3025d21fc6c7a8779c811601fc26 (patch)
tree7026b1bdfe932f822ec72d1566e0045f68defd06 /Makefile.in
parent2569d6d5a445abe46faca896e3bf3fef4ebe28db (diff)
downloadbash-39393a5bd6ff3025d21fc6c7a8779c811601fc26.tar.gz
commit bash-20061130 snapshot
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b5339b72..e8918181 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -204,7 +204,8 @@ SHLIB_SOURCE = ${SH_LIBSRC}/clktck.c ${SH_LIBSRC}/getcwd.c \
${SH_LIBSRC}/memset.c ${SH_LIBSRC}/xstrchr.c \
${SH_LIBSRC}/zcatfd.c ${SH_LIBSRC}/shmatch.c \
${SH_LIBSRC}/strnlen.c ${SH_LIBSRC}/winsize.c \
- ${SH_LIBSRC}/eaccess.c ${SH_LIBSRC}/wcsdup.c
+ ${SH_LIBSRC}/eaccess.c ${SH_LIBSRC}/wcsdup.c \
+ ${SH_LIBSRC}/zmapfd.c
SHLIB_LIB = -lsh
SHLIB_LIBNAME = libsh.a