summaryrefslogtreecommitdiff
path: root/libnetfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-27 04:31:28 +0000
committerMiles Bader <miles@gnu.org>1996-06-27 04:31:28 +0000
commitfbfb4abfb0b7c46bf9bbbb6829eaec41f4beaddf (patch)
treecdf466a2eece6b25acdffad0e884193fec54bbe9 /libnetfs
parent7abd5dac48a57327f6567caa3d25c5a50693cf1f (diff)
(OTHERSRCS): Add append-std-options.c.
Diffstat (limited to 'libnetfs')
-rw-r--r--libnetfs/Makefile27
1 files changed, 14 insertions, 13 deletions
diff --git a/libnetfs/Makefile b/libnetfs/Makefile
index 4004e274..97ea2c39 100644
--- a/libnetfs/Makefile
+++ b/libnetfs/Makefile
@@ -22,28 +22,29 @@ dir := libnetfs
makemode := library
libname = libnetfs
-FSSRCS= file-chauthor.c file-check-access.c file-chflags.c file-chmod.c \
- file-chown.c file-get-storage-info.c file-lock-stat.c file-lock.c \
+FSSRCS= file-chauthor.c file-check-access.c file-chflags.c file-chmod.c \
+ file-chown.c file-get-storage-info.c file-lock-stat.c file-lock.c \
file-set-size.c file-statfs.c file-sync.c file-syncfs.c file-utimes.c \
- dir-lookup.c dir-unlink.c dir-rename.c dir-rmdir.c dir-mkfile.c \
- dir-notice-changes.c dir-mkdir.c dir-link.c file-getcontrol.c \
- fsstubs.c file-getlinknode.c dir-readdir.c file-get-fs-options.c \
+ dir-lookup.c dir-unlink.c dir-rename.c dir-rmdir.c dir-mkfile.c \
+ dir-notice-changes.c dir-mkdir.c dir-link.c file-getcontrol.c \
+ fsstubs.c file-getlinknode.c dir-readdir.c file-get-fs-options.c \
file-get-translator.c file-set-translator.c file-exec.c
-IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \
- io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \
- io-clear-some-openmodes.c io-mod-owner.c io-get-owner.c io-select.c \
- io-get-icky-async-id.c io-reauthenticate.c io-restrict-auth.c \
+IOSRCS= io-read.c io-readable.c io-seek.c io-write.c io-stat.c io-async.c \
+ io-set-all-openmodes.c io-get-openmodes.c io-set-some-openmodes.c \
+ io-clear-some-openmodes.c io-mod-owner.c io-get-owner.c io-select.c \
+ io-get-icky-async-id.c io-reauthenticate.c io-restrict-auth.c \
io-duplicate.c iostubs.c io-identity.c
FSYSSRCS= fsys-syncfs.c fsys-getroot.c fsys-get-options.c fsys-set-options.c \
fsysstubs.c
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 \
- runtime-argp.c std-runtime-argp.c std-startup-argp.c
+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 \
+ runtime-argp.c std-runtime-argp.c std-startup-argp.c \
+ append-std-options.c
SRCS= $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(IFSOCKSRCS)