diff options
author | Miles Bader <miles@gnu.org> | 1995-05-12 22:40:07 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-05-12 22:40:07 +0000 |
commit | 8273b37a30f96d638de7d758a639b65b110799ac (patch) | |
tree | fd5d5c5e445d44391470b9980b89f3a954dc04d0 /libdiskfs/Makefile | |
parent | 788d6843cdd885b7c118f73c522fbe9a3e057602 (diff) |
(OTHERSRCS): Add sync-interval.c and sync-default.c.
Diffstat (limited to 'libdiskfs/Makefile')
-rw-r--r-- | libdiskfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 09b96071..b1408cef 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -49,7 +49,8 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ init-startup.c init-first.c init-loop.c \ boot-parse.c boot-start.c ports-clean.c \ ports-consts.c pager-consts.c ports-demuxer.c exc.c node-times.c \ - trans-sync.c shutdown.c ports-noports.c ports-soft.c ports-idle.c + trans-sync.c shutdown.c ports-noports.c ports-soft.c ports-idle.c \ + sync-interval.c sync-default.c SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \ $(IFSOCKSRCS) |