diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-09 18:56:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-09 18:56:59 +0000 |
commit | d601a3e2d6ecee2ab10c1721c3cba80fa7a79dca (patch) | |
tree | 06aa7197877e8c364e1cff1d346bd471a00d2ed7 /libpager/Makefile | |
parent | 071b6e82e6d64861c01cbe5408458f768ec2b680 (diff) |
Specify shared library dependencies.
Diffstat (limited to 'libpager/Makefile')
-rw-r--r-- | libpager/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpager/Makefile b/libpager/Makefile index 9c00727a..6f50f017 100644 --- a/libpager/Makefile +++ b/libpager/Makefile @@ -34,3 +34,6 @@ MIGSFLAGS = -DSEQNOS MIGCOMSFLAGS = -prefix _pager_ include ../Makeconf + +libpager.so: $(foreach lib,threads ports,\ + ../lib$(lib)/lib$(lib).so) |