diff options
author | Miles Bader <miles@gnu.org> | 1995-08-12 00:56:38 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-12 00:56:38 +0000 |
commit | 177329b3b262ebce09f5cbee6eb3b729af1ead84 (patch) | |
tree | 348055b1808778f972d85de58773c481d8ac3e25 /libtrivfs/Makefile | |
parent | 2a6eb1990270efcba887f0468f64d17ff173002a (diff) |
(OTHERSRCS): Add protid-dup.c and open.c.
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index a19c4238..8bb0aab2 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -38,8 +38,8 @@ NOTIFYSRCS=nosenders.c notify-stubs.c INTSRCS=interrupt.c -OTHERSRCS=demuxer.c handle-port.c protid-clean.c cntl-clean.c migsupport.c \ - times.c startup.c +OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-clean.c \ + migsupport.c times.c startup.c open.c SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(NOTIFYSRCS) $(INTSRCS) $(OTHERSRCS) |