summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-05 18:14:45 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-05 18:14:45 +0000
commitd21bf273af41a1180a4ef670b533c3027e653572 (patch)
treeb1121fe2011255f2bf61d5dd84b855e103b2f7d4
parent03301e6a2052505c84b52e3bb0b79adc9247560b (diff)
Formerly Makefile.~13~
-rw-r--r--libfshelp/Makefile2
-rw-r--r--libiohelp/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index 0288f4ac..d718d12f 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -25,6 +25,8 @@ SRCS = handle-startup.c init-trans.c start-trans.c transboot-clean.c \
OBJS = handle-startup.o init-trans.o start-trans.o transboot-clean.o \
kill-trans.o trans-iter.o lock-acquire.o lock-init.o trans-cntl.o
+TAGSHDRS = trans.h fshelp.h locks.h
+
DIST_FILES = $(SRCS) Makefile trans.h fshelp.h locks.h ChangeLog
all: libfshelp.a
diff --git a/libiohelp/Makefile b/libiohelp/Makefile
index 9b63b630..bb5f257e 100644
--- a/libiohelp/Makefile
+++ b/libiohelp/Makefile
@@ -23,6 +23,7 @@ SRCS = get_conch.c handle_io_get_conch.c handle_io_release_conch.c \
initialize_conch.c verify_user_conch.c
OBJS = get_conch.o handle_io_get_conch.o handle_io_release_conch.o \
initialize_conch.o verify_user_conch.o
+TAGSHDRS = ioserver.h
DIST_FILES = $(SRCS) Makefile ioserver.h ChangeLog