summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-01-08 00:00:13 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-01-08 00:00:13 +0100
commitaeb9f609bbcd69201f7c26e7e50a285d58319189 (patch)
tree1fdc54c4ddb7788a4619a54a2a6f5133f9c1fb00
parent58fffd692fa897057e562b54f89a914de9ec7ac5 (diff)
downloadcurl-aeb9f609bbcd69201f7c26e7e50a285d58319189.tar.gz
fixup unit/Makefile.inc and try a simpler link instruction
-rw-r--r--tests/unit/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/Makefile.inc b/tests/unit/Makefile.inc
index ed18877e3..82eaec797 100644
--- a/tests/unit/Makefile.inc
+++ b/tests/unit/Makefile.inc
@@ -102,8 +102,7 @@ unit1620_CPPFLAGS = $(AM_CPPFLAGS)
unit1621_SOURCES = unit1621.c $(UNITFILES)
unit1621_CPPFLAGS = $(AM_CPPFLAGS)
-unit1621_LDADD = @LIBMETALINK_LIBS@ $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@
-unit1621_LDFLAGS = @LIBMETALINK_LDFLAGS@ $(top_builddir)/src/libcurltool.la
+unit1621_LDADD = $(top_builddir)/src/libcurltool.la $(top_builddir)/lib/libcurl.la
unit1650_SOURCES = unit1650.c $(UNITFILES)
unit1650_CPPFLAGS = $(AM_CPPFLAGS)