summaryrefslogtreecommitdiff
path: root/libfshelp/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-10-09 18:56:59 +0000
committerRoland McGrath <roland@gnu.org>1995-10-09 18:56:59 +0000
commitd601a3e2d6ecee2ab10c1721c3cba80fa7a79dca (patch)
tree06aa7197877e8c364e1cff1d346bd471a00d2ed7 /libfshelp/Makefile
parent071b6e82e6d64861c01cbe5408458f768ec2b680 (diff)
Specify shared library dependencies.
Diffstat (limited to 'libfshelp/Makefile')
-rw-r--r--libfshelp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libfshelp/Makefile b/libfshelp/Makefile
index 9344a992..da9a4fc1 100644
--- a/libfshelp/Makefile
+++ b/libfshelp/Makefile
@@ -30,3 +30,6 @@ installhdrs = fshelp.h
OBJS = $(subst .c,.o,$(SRCS))
include ../Makeconf
+
+libfshelp.so: $(foreach lib,shouldbeinlibc threads,\
+ ../lib$(lib)/lib$(lib).so)