diff options
author | Yang Tse <yangsita@gmail.com> | 2011-06-02 22:26:01 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-06-02 22:26:01 +0200 |
commit | 2a31dde76c64b4be583a1ec3b2019dd7bcc18a6b (patch) | |
tree | cf1bcf96806752f7c978a7c457d11877e96e5dee /tests/unit | |
parent | bf749bb2c56dd3fd63b1362c2e26beab600ef14c (diff) |
unit tests: attempt to fix linkage issue
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/Makefile.am | 2 |
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 |