summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-26 21:03:14 +0000
committerMiles Bader <miles@gnu.org>1996-06-26 21:03:14 +0000
commit9e010f9c9dcaf7b1a360baf4be090e79b87981c4 (patch)
tree66e59b3da834622f29671f79538be148437e786a /libnetfs
parent611729bcbbf12ae037f603dffa0f3840f7c51c09 (diff)
(OTHERSRCS):
Add runtime-argp.c, std-runtime-argp.c, & std-startup-argp.c. Remove parse-runtime-options.c & unparse-runtime-options.c.
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile
index 1b4cb9d9..4004e274 100644
--- a/libnetfs/Makefile
+++ b/libnetfs/Makefile
@@ -43,7 +43,7 @@ IFSOCKSRCS=
OTHERSRCS= drop-node.c init-init.c make-node.c make-peropen.c make-protid.c \
init-loop.c demuxer.c shutdown.c release-protid.c release-peropen.c \
init-startup.c startup-argp.c set-options.c get-options.c \
- parse-runtime-options.c unparse-runtime-options.c
+ runtime-argp.c std-runtime-argp.c std-startup-argp.c
SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)