diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-03 22:29:21 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-03 22:29:21 +0200 |
commit | 2d2b4693689d5f3b858e2d983c428f2e4a24d364 (patch) | |
tree | fe1557c51142e9ab149a44a2cca32ec24d7d2f64 /tests/Makefile.am | |
parent | 6ab3a57a4af0a0e64f4afe2794682128d108ff34 (diff) | |
download | gnutls-2d2b4693689d5f3b858e2d983c428f2e4a24d364.tar.gz |
Fix syntax-check warnings.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 58a7f575dc..3615226bb5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -72,7 +72,7 @@ if ENABLE_OPENPGP ctests += openpgpself endif -tlsia_LDADD = ../libextra/libgnutls-extra.la $(LDADD) @LTLIBREADLINE@ +tlsia_LDADD = ../libextra/libgnutls-extra.la $(LDADD) $(LTLIBREADLINE) endif if ENABLE_OPRFI |