diff options
author | Miles Bader <miles@gnu.org> | 1996-01-19 00:17:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-19 00:17:07 +0000 |
commit | 662703fb4dceb5db343442f03aa1246e30e4490c (patch) | |
tree | d2fb702be005d24312b68670ab0ab448af32cc53 | |
parent | 26b28c26f67ba2c0283c6df18803910b59a39987 (diff) |
(SRCS): Added exec-reauth.c
-rw-r--r-- | libfshelp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index da9a4fc1..835aea5f 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -23,7 +23,8 @@ SRCS = lock-acquire.c lock-init.c \ start-translator-long.c start-translator.c \ fetch-root.c transbox-init.c set-active.c fetch-control.c \ drop-transbox.c \ - delegate.c + delegate.c \ + exec-reauth.c LCLHDRS = fshelp.h locks.h installhdrs = fshelp.h |