summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-14 19:58:57 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-14 19:58:57 +0000
commit7afeb76e7620851c94b4d8fa9c7952c6a899f842 (patch)
tree1af3b29d23b3795552f95b7af0a6cde64015a9df /libdiskfs
parent3633fe6d934b5cc1934a129b77f7e4c459c18ae8 (diff)
(OTHERSRCS): Added trans-callback.c.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile
index a2cda8ad..f3564e69 100644
--- a/libdiskfs/Makefile
+++ b/libdiskfs/Makefile
@@ -42,16 +42,13 @@ NOTIFYSRCS=notify-nosenders.c notify-stubs.c
INTSRCS=interrupt.c
-OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \
- node-create.c node-drop.c node-make.c node-rdwr.c node-update.c \
- peropen-make.c peropen-rele.c protid-make.c protid-rele.c \
- rdwr-internal.c init-init.c \
- init-startup.c init-first.c \
- boot-parse.c boot-start.c \
- demuxer.c exc.c node-times.c \
- shutdown.c \
- sync-interval.c sync-default.c \
- opts-set.c opts-std-startup.c opts-runtime-def.c
+OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \
+ node-create.c node-drop.c node-make.c node-rdwr.c node-update.c \
+ peropen-make.c peropen-rele.c protid-make.c protid-rele.c \
+ rdwr-internal.c init-init.c init-startup.c init-first.c \
+ boot-parse.c boot-start.c demuxer.c exc.c node-times.c shutdown.c \
+ sync-interval.c sync-default.c opts-set.c opts-std-startup.c \
+ opts-runtime-def.c trans-callback.c
SRCS = $(NOTIFYSRCS) $(OTHERSRCS) $(FSSRCS) $(IOSRCS) $(FSYSSRCS) $(INTSRCS) \
$(IFSOCKSRCS)