summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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