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