aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-06-02 22:26:01 +0200
committerYang Tse <yangsita@gmail.com>2011-06-02 22:26:01 +0200
commit2a31dde76c64b4be583a1ec3b2019dd7bcc18a6b (patch)
treecf1bcf96806752f7c978a7c457d11877e96e5dee /tests/unit/Makefile.am
parentbf749bb2c56dd3fd63b1362c2e26beab600ef14c (diff)
unit tests: attempt to fix linkage issue
Diffstat (limited to 'tests/unit/Makefile.am')
-rw-r--r--tests/unit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am
index d290a1dc7..aa74dc1ad 100644
--- a/tests/unit/Makefile.am
+++ b/tests/unit/Makefile.am
@@ -54,7 +54,7 @@ endif
EXTRA_DIST = Makefile.inc
-LDADD = $(top_builddir)/lib/libcurlu.la @CURL_LIBS@
+LDADD = $(top_builddir)/lib/libcurlu.la @LDFLAGS@ @LIBCURL_LIBS@ @LIBS@
DEPENDENCIES = $(top_builddir)/lib/libcurlu.la
AM_CPPFLAGS = -DUNITTESTS