summaryrefslogtreecommitdiff
path: root/libtrivfs/Makefile
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-20 01:41:54 +0000
committerMiles Bader <miles@gnu.org>1996-06-20 01:41:54 +0000
commitd7956b73e970c323f9e3e3469bab266e45003774 (patch)
tree94696ca29862dbdae650a450a4423a7be62d2665 /libtrivfs/Makefile
parent5ec6ae87694239096f7470f3a021b027a978fcff (diff)
(OTHERSRCS): Add runtime-argp.c.
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r--libtrivfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile
index 2e0d4db6..92941972 100644
--- a/libtrivfs/Makefile
+++ b/libtrivfs/Makefile
@@ -37,7 +37,7 @@ 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
+ cntl-clean.c migsupport.c times.c startup.c open.c runtime-argp.c
SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS)