diff options
author | Miles Bader <miles@gnu.org> | 1996-01-27 17:31:20 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-27 17:31:20 +0000 |
commit | 3c3fe9aa2cf3d74f26b197d81952f9c8448a0585 (patch) | |
tree | 681b8ab1c8fe40440be73c1123641d4c18430d95 /libtrivfs/Makefile | |
parent | b05df6c9bc16784be16f63f9cf651ddbdd54d37e (diff) |
(OTHERSRCS): Add cntl-create.c.
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index da203132..84e49d7c 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -34,8 +34,8 @@ IOSRCS=io-async-icky.c io-async.c io-duplicate.c io-map.c io-modes-get.c \ FSYSSRCS=fsys-getroot.c fsys-goaway.c fsys-stubs.c fsys-syncfs.c fsys-forward.c -OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-clean.c \ - migsupport.c times.c startup.c open.c +OTHERSRCS=demuxer.c handle-port.c protid-clean.c protid-dup.c cntl-create.c \ + cntl-clean.c migsupport.c times.c startup.c open.c SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(OTHERSRCS) |