summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile
index 7f0213cd..1fffc398 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -23,7 +23,8 @@ VPATH=.:../machine
CFLAGS := $(CFLAGS) -Dinline= -DA_OUT_H=\"./a.out.h\"
-DIST_FILES = Makefile exec.c hostarch.c core.c gcore.c hashexec.c a.out.h
+DIST_FILES = Makefile exec.c hostarch.c core.c gcore.c hashexec.c a.out.h \
+ ChangeLog
OBJS = hostarch.o exec.o execServer.o fsysServer.o notifyServer.o
all: exec