aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-10-21 14:52:25 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-10-21 14:52:25 +0300
commit4ebcd58de55e5c1ac7f9aa3ad6d64c1f359931f1 (patch)
treef93c2b437478a29daa10ce58c20e111d7be31eff /src/testcurl
parent890434efceac62e70acd63952b768787ed385a58 (diff)
downloadlibmicrohttpd-4ebcd58de55e5c1ac7f9aa3ad6d64c1f359931f1.tar.gz
libmicrohttpd-4ebcd58de55e5c1ac7f9aa3ad6d64c1f359931f1.zip
Makefile.am: reference dependencies in a better way
Diffstat (limited to 'src/testcurl')
-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 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
277test_add_conn_SOURCES = \ 277test_add_conn_SOURCES = \
278 test_add_conn.c ../microhttpd/test_helpers.h 278 test_add_conn.c $(top_srcdir)/src/microhttpd/test_helpers.h
279test_add_conn_LDADD = \ 279test_add_conn_LDADD = \
280 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 280 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
281 @LIBCURL@ 281 @LIBCURL@
282 282
283test_add_conn_nolisten_SOURCES = \ 283test_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
285test_add_conn_nolisten_LDADD = \ 285test_add_conn_nolisten_LDADD = \
286 $(top_builddir)/src/microhttpd/libmicrohttpd.la \ 286 $(top_builddir)/src/microhttpd/libmicrohttpd.la \
287 @LIBCURL@ 287 @LIBCURL@