diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:53:19 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-03 15:53:19 +0000 |
commit | 471971715b2c92f8419fab3834558521b3e1b36b (patch) | |
tree | 80948fc7bd2679ab0031b1e58c06bb7a678294ac /libfshelp/Makefile | |
parent | 6737880358fa1fd3f336a2b1eacdfe4ee8ea837d (diff) |
(SRCS): Add get-identity.c.
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 9ca4c409..ac2d0c9a 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -26,7 +26,7 @@ SRCS = lock-acquire.c lock-init.c \ delegate.c \ exec-reauth.c \ set-options.c \ - return-buffer.c + return-buffer.c get-identity.c LCLHDRS = fshelp.h locks.h trans.h installhdrs = fshelp.h |