diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:25:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-10-24 19:25:39 +0000 |
commit | b0886bd7ecb4ed1976d8ceddb1aeff3f54110114 (patch) | |
tree | ce0ee98c2f5c2a0bd2e9a6530be4fa4fbd7c03a8 /libfshelp/Makefile | |
parent | afb43784ec70863c09ec927bb588355f2df4a3c5 (diff) |
Mon Oct 21 21:55:21 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* fshelp.h: Add extern inline protection.
* fshelp.c: New file.
* Makefile (SRCS): Add fshelp.c.
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r-- | libfshelp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 8015e1a8..c08b521d 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -26,7 +26,8 @@ SRCS = lock-acquire.c lock-init.c \ delegate.c \ exec-reauth.c \ set-options.c \ - return-buffer.c get-identity.c + return-buffer.c get-identity.c \ + fshelp.c LCLHDRS = fshelp.h locks.h trans.h installhdrs = fshelp.h |