diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-11 18:53:44 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-11 18:53:44 +0000 |
commit | 037e6a840d2da5fe7c3532095645374042eb44df (patch) | |
tree | 00936beb409c7e9f193f2a790a3295728a015f94 /libtrivfs/Makefile | |
parent | bba1a160f9cf5f5eaaf78987f1d8f40ef5e5fef9 (diff) |
Formerly Makefile.~12~
Diffstat (limited to 'libtrivfs/Makefile')
-rw-r--r-- | libtrivfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtrivfs/Makefile b/libtrivfs/Makefile index 1a9c3262..c5599039 100644 --- a/libtrivfs/Makefile +++ b/libtrivfs/Makefile @@ -39,7 +39,8 @@ NOTIFYSRCS=nosenders.c notify-stubs.c INTSRCS=interrupt.c -OTHERSRCS=demuxer.c handle-port.c protid-clean.c cntl-clean.c migsupport.c +OTHERSRCS=demuxer.c handle-port.c protid-clean.c cntl-clean.c migsupport.c \ + times.c SRCS=$(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(NOTIFYSRCS) $(INTSRCS) $(OTHERSRCS) |