summaryrefslogtreecommitdiff
path: root/libtrivfs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-20 04:26:48 +0000
committerMiles Bader <miles@gnu.org>1997-02-20 04:26:48 +0000
commit0f0a8a12c4ec6927e0e025f2e80715470bc2a619 (patch)
tree9a63a743b14ec3da623f9bee80897a63848639f5 /libtrivfs/Makefile
parent5e391bd898ddd96fde1081eca92d13442d135080 (diff)
(OTHERSRCS):
Add dyn-classes.c, protid-classes.c, & cntl-classes.c.
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r--libtrivfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 5da05dda..96ddbe98 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -38,7 +38,8 @@ FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.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 set-options.c append-args.c
+ runtime-argp.c set-options.c append-args.c dyn-classes.c \
+ protid-classes.c cntl-classes.c
SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS)