diff options
author | Miles Bader <miles@gnu.org> | 1996-06-19 22:50:17 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-19 22:50:17 +0000 |
commit | fa9268193a75a75d56cf0f001a4dac01ea2270ec (patch) | |
tree | 0b56a4175b8f58dd04cb142bc06c9634353174ee /libfshelp | |
parent | 8f3f01824ccc3d247d11de7e84bcc0d0f1f73bb1 (diff) |
(SRCS): Add setopts.c.
Diffstat (limited to 'libfshelp')
-rw-r--r-- | libfshelp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile index 835aea5f..b7085020 100644 --- a/libfshelp/Makefile +++ b/libfshelp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -24,7 +24,8 @@ SRCS = lock-acquire.c lock-init.c \ fetch-root.c transbox-init.c set-active.c fetch-control.c \ drop-transbox.c \ delegate.c \ - exec-reauth.c + exec-reauth.c \ + setopts.c LCLHDRS = fshelp.h locks.h installhdrs = fshelp.h |