summaryrefslogtreecommitdiff
path: root/exec
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-24 23:54:13 +0000
committerRoland McGrath <roland@gnu.org>1995-10-24 23:54:13 +0000
commited276ac0ea0d9c1ed87c3c6456f5f55afa334cef (patch)
tree088990dd0789dd2fd02d121a99a0ff4faf2259a6 /exec
parentff832d768c6aaedc13138add7bf775877725f9bd (diff)
(OBJS): Add exec_startupServer.o.
Diffstat (limited to 'exec')
-rw-r--r--exec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile
index b8def42f..1fa9a237 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -19,7 +19,8 @@ dir := exec
makemode := server
SRCS = exec.c main.c hashexec.o hostarch.c unzip.c util.c inflate.c
-OBJS = main.o hostarch.o exec.o hashexec.o execServer.o \
+OBJS = main.o hostarch.o exec.o hashexec.o \
+ execServer.o exec_startupServer.o \
$(gzip-objects)
gzip-objects = unzip.o util.o inflate.o
LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h