summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 18:17:23 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 18:17:23 +0000
commit035d47a43f4ed102ac9d8e4ed776e2f0dbe2025c (patch)
tree80af3c9b3750d8e07b33e033d7e4c734e577a8f8 /libthreads
parentd562330ed268e68dcf03884269ef28a3ed8ed87b (diff)
Formerly Makefile.~11~
Diffstat (limited to 'libthreads')
-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)