summaryrefslogtreecommitdiff
path: root/libfshelp
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp')
-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)