diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-07 09:07:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-07 09:07:26 +0000 |
commit | 01474942f097c2e5f4c7a6065af83a05a722065a (patch) | |
tree | 5ed2d7c5accd6532d1e76f3be0830e92e23695a2 | |
parent | bddf7fd383a861f0fbdc8537e8880ec5c5dc78ad (diff) |
(libdiskfs.so): Depend on libpager, libioserver, libfshelp, libthreads.
-rw-r--r-- | libdiskfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdiskfs/Makefile b/libdiskfs/Makefile index 481eb064..e0872d53 100644 --- a/libdiskfs/Makefile +++ b/libdiskfs/Makefile @@ -58,3 +58,6 @@ ifsock-MIGSFLAGS = -imacros fsmutations.h MIGCOMSFLAGS = -prefix diskfs_ include ../Makeconf + +libdiskfs.so: ../libpager/libpager.so ../libioserver/libioserver.so \ + ../libfshelp/libfshelp.so ../libthreads/libthreads.so |