summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-21 06:02:49 +0000
committerMiles Bader <miles@gnu.org>1996-06-21 06:02:49 +0000
commit362774eb71330d310cc185a138efc7f2da1218ae (patch)
tree7069e412cd3225131aaaf37da5f43925b201442e /libtrivfs
parent077834e97c7fdf9969aed6438c77ebb79c133ce9 (diff)
(OTHERSRCS): Add set-options.c & get-options.c.
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 92941972..66333f32 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -37,7 +37,8 @@ FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c \
fsys-forward.c fsys-set-options.c fsys-get-options.c
OTHERSRCS=demuxer.c protid-clean.c protid-dup.c cntl-create.c \
- cntl-clean.c migsupport.c times.c startup.c open.c runtime-argp.c
+ cntl-clean.c migsupport.c times.c startup.c open.c \
+ runtime-argp.c set-options.c get-options.c
SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS)