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 79c7b198..f45f13d3 100644 --- a/src/testcurl/Makefile.am +++ b/src/testcurl/Makefile.am | |||
@@ -275,13 +275,13 @@ test_put_chunked_LDADD = \ | |||
275 | @LIBCURL@ | 275 | @LIBCURL@ |
276 | 276 | ||
277 | test_add_conn_SOURCES = \ | 277 | test_add_conn_SOURCES = \ |
278 | test_add_conn.c ../microhttpd/test_helpers.h | 278 | test_add_conn.c $(top_srcdir)/src/microhttpd/test_helpers.h |
279 | test_add_conn_LDADD = \ | 279 | test_add_conn_LDADD = \ |
280 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ | 280 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ |
281 | @LIBCURL@ | 281 | @LIBCURL@ |
282 | 282 | ||
283 | test_add_conn_nolisten_SOURCES = \ | 283 | test_add_conn_nolisten_SOURCES = \ |
284 | test_add_conn.c ../microhttpd/test_helpers.h | 284 | test_add_conn.c $(top_srcdir)/src/microhttpd/test_helpers.h |
285 | test_add_conn_nolisten_LDADD = \ | 285 | test_add_conn_nolisten_LDADD = \ |
286 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ | 286 | $(top_builddir)/src/microhttpd/libmicrohttpd.la \ |
287 | @LIBCURL@ | 287 | @LIBCURL@ |