diff options
author | Miles Bader <miles@gnu.org> | 1996-09-23 17:16:13 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-09-23 17:16:13 +0000 |
commit | 4f72ae181c2f67dee4784d3b89663de7f774c10d (patch) | |
tree | dab5e5b9d8b2611e57b85788083c39159cc59b1d | |
parent | fa5500031ec64ad80c5f19067204097407d945a6 (diff) |
(OTHERSRCS):
Remove filedev.c, machdev.c, dev-open.c, dev-io.c, & dev-globals.c.
(HURDLIBS):
Add store.
(libdiskfs.so):
Depend on libstore.so.
-rw-r--r-- | libdiskfs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 215928f9..aa982b90 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -44,8 +44,7 @@ OTHERSRCS = conch-fetch.c conch-set.c dir-clear.c dir-init.c dir-renamed.c \ sync-interval.c sync-default.c \ opts-set.c opts-get.c opts-std-startup.c opts-std-runtime.c \ opts-append-std.c opts-common.c opts-runtime.c opts-version.c \ - trans-callback.c readonly.c remount.c filedev.c machdev.c \ - dev-open.c dev-io.c dev-globals.c console.c disk-pager.c \ + trans-callback.c readonly.c remount.c console.c disk-pager.c \ name-cache.c direnter.c dirrewrite.c dirremove.c lookup.c dead-name.c \ validate-mode.c validate-group.c validate-author.c validate-flags.c \ validate-rdev.c validate-owner.c extra-version.c @@ -59,7 +58,7 @@ MIGSTUBS = fsServer.o ioServer.o fsysServer.o exec_startupServer.o \ startup_notifyServer.o OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -HURDLIBS= threads ports fshelp shouldbeinlibc iohelp +HURDLIBS=fshelp iohelp store ports threads shouldbeinlibc fsys-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h -DREPLY_PORTS fs-MIGSFLAGS = -imacros $(srcdir)/fsmutations.h |