aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r--src/testcurl/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index 8ad4bd5a..290e0c49 100644
--- a/src/testcurl/Makefile.am
+++ b/src/testcurl/Makefile.am
@@ -186,7 +186,7 @@ test_postform_SOURCES = \
186 test_postform.c 186 test_postform.c
187test_postform_LDADD = \ 187test_postform_LDADD = \
188 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 188 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
189 @LIBCURL@ 189 @LIBCURL@ @LIBGCRYPT_LIBS@
190 190
191test_post_loop_SOURCES = \ 191test_post_loop_SOURCES = \
192 test_post_loop.c 192 test_post_loop.c
@@ -228,7 +228,7 @@ test_postform11_SOURCES = \
228 test_postform.c 228 test_postform.c
229test_postform11_LDADD = \ 229test_postform11_LDADD = \
230 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 230 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
231 @LIBCURL@ 231 @LIBCURL@ @LIBGCRYPT_LIBS@
232 232
233test_post_loop11_SOURCES = \ 233test_post_loop11_SOURCES = \
234 test_post_loop.c 234 test_post_loop.c