summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-27 21:56:39 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-27 21:56:39 +0000
commitbe5f938a899a5560f0d138867e682bc4384af883 (patch)
tree47e051629db8f0a122f44e26a12f23484de9dad8
parent93cec6d284b962d199218bf8e39317fa586a6a7b (diff)
(LCLHDRS): Add trans.h.
-rw-r--r--libfshelp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index 02c41553..9ca4c409 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -27,7 +27,7 @@ SRCS = lock-acquire.c lock-init.c \
exec-reauth.c \
set-options.c \
return-buffer.c
-LCLHDRS = fshelp.h locks.h
+LCLHDRS = fshelp.h locks.h trans.h
installhdrs = fshelp.h
OBJS = $(subst .c,.o,$(SRCS))