diff options
-rw-r--r-- | exec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index eef092fa..5910cbc7 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -18,11 +18,13 @@ dir := exec makemode := server -SRCS = exec.c main.c hashexec.o hostarch.c unzip.c util.c inflate.c +SRCS = exec.c main.c hashexec.o hostarch.c unzip.c util.c inflate.c \ + $(gzip-sources) OBJS = main.o hostarch.o exec.o hashexec.o \ execServer.o exec_startupServer.o \ $(gzip-objects) gzip-objects = unzip.o util.o inflate.o +gzip-sources = unzip.c util.c inflate.c LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec DIST_FILES = core.c gcore.c |