summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libthreads/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile
index 639dc8ee..6c2f8c0e 100644
--- a/libthreads/Makefile
+++ b/libthreads/Makefile
@@ -31,6 +31,9 @@ headers = cthreads.h
malloc-sources = malloc.c
malloc-objects = $(addsuffix .o,$(basename $(notdir $(malloc-sources))))
+SRCS = $(sources)
+TAGSHDRS=$(headers)
+
DIST_FILES = $(generic-sources) $(headers) \
cthread_internals.h options.h \
ChangeLog Makefile $(malloc-sources)