diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-27 21:56:39 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-27 21:56:39 +0000 |
commit | be5f938a899a5560f0d138867e682bc4384af883 (patch) | |
tree | 47e051629db8f0a122f44e26a12f23484de9dad8 /libfshelp/Makefile | |
parent | 93cec6d284b962d199218bf8e39317fa586a6a7b (diff) |
(LCLHDRS): Add trans.h.
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r-- | libfshelp/Makefile | 2 |
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)) |