aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile
index 2edf15f4..d3f80f8c 100644
--- a/libshouldbeinlibc/Makefile
+++ b/libshouldbeinlibc/Makefile
@@ -38,8 +38,9 @@ installhdrs = idvec.h timefmt.h maptime.h \
installhdrsubdir = .
+MIGSTUBS = default_pagerUser.o
LDLIBS += $(and $(HAVE_LIBCRYPT),-lcrypt)
-OBJS = $(SRCS:.c=.o)
+OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
include ../Makeconf