summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile
index 9c800326..706077e2 100644
--- a/libthreads/Makefile
+++ b/libthreads/Makefile
@@ -28,7 +28,8 @@ SRCS = $(GEN_SRCS) $(I386_SRCS)
OBJS = call.o cprocs.o cthread_data.o cthreads.o malloc.o mig_support.o \
stack.o sync.o csw.o lock.o thread.o
-DIST_FILES = $(GEN_SRCS) Makefile cthread_internals.h cthreads.h options.h
+DIST_FILES = $(GEN_SRCS) Makefile cthread_internals.h cthreads.h options.h\
+ ChangeLog
I386_DIST_FILES = $(I386_SRCS) i386/asm.h i386/cthreads.h
VPATH = .:i386