diff options
Diffstat (limited to 'src/testcurl/Makefile.am')
-rw-r--r-- | src/testcurl/Makefile.am | 4 |
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 |
187 | test_postform_LDADD = \ | 187 | test_postform_LDADD = \ |
188 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ | 188 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ |
189 | @LIBCURL@ | 189 | @LIBCURL@ @LIBGCRYPT_LIBS@ |
190 | 190 | ||
191 | test_post_loop_SOURCES = \ | 191 | test_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 |
229 | test_postform11_LDADD = \ | 229 | test_postform11_LDADD = \ |
230 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ | 230 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ |
231 | @LIBCURL@ | 231 | @LIBCURL@ @LIBGCRYPT_LIBS@ |
232 | 232 | ||
233 | test_post_loop11_SOURCES = \ | 233 | test_post_loop11_SOURCES = \ |
234 | test_post_loop.c | 234 | test_post_loop.c |