aboutsummaryrefslogtreecommitdiff
path: root/src/tests/resolve/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/resolve/Makefile.in')
-rw-r--r--src/tests/resolve/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/resolve/Makefile.in b/src/tests/resolve/Makefile.in
index 2f08156..f999772 100644
--- a/src/tests/resolve/Makefile.in
+++ b/src/tests/resolve/Makefile.in
@@ -16,7 +16,7 @@ resolve: resolve.o
$(CC_LINK) -o $@ resolve.o $(LIBS)
addrinfo-test: addrinfo-test.o
- $(CC_LINK) -o $@ addrinfo-test.o $(LIBS)
+ $(CC_LINK) -o $@ addrinfo-test.o $(SUPPORT_LIB) $(LIBS)
fake-addrinfo-test: fake-addrinfo-test.o
$(CC_LINK) -o $@ fake-addrinfo-test.o $(SUPPORT_LIB) $(LIBS)