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 /libpipe/Makefile | |
parent | 071b6e82e6d64861c01cbe5408458f768ec2b680 (diff) |
Specify shared library dependencies.
Diffstat (limited to 'libpipe/Makefile')
-rw-r--r-- | libpipe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpipe/Makefile b/libpipe/Makefile index 2b995a18..8fed5382 100644 --- a/libpipe/Makefile +++ b/libpipe/Makefile @@ -28,3 +28,6 @@ LCLHDRS = pipe.h pq.h OBJS = $(SRCS:.c=.o) include ../Makeconf + +libpipe.so: $(foreach lib,threads ports,\ + ../lib$(lib)/lib$(lib).so) |