libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 4ebcd58de55e5c1ac7f9aa3ad6d64c1f359931f1
parent 890434efceac62e70acd63952b768787ed385a58
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 21 Oct 2020 14:52:25 +0300

Makefile.am: reference dependencies in a better way

Diffstat:
Msrc/testcurl/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -275,13 +275,13 @@ test_put_chunked_LDADD = \ @LIBCURL@ test_add_conn_SOURCES = \ - test_add_conn.c ../microhttpd/test_helpers.h + test_add_conn.c $(top_srcdir)/src/microhttpd/test_helpers.h test_add_conn_LDADD = \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ @LIBCURL@ test_add_conn_nolisten_SOURCES = \ - test_add_conn.c ../microhttpd/test_helpers.h + test_add_conn.c $(top_srcdir)/src/microhttpd/test_helpers.h test_add_conn_nolisten_LDADD = \ $(top_builddir)/src/microhttpd/libmicrohttpd.la \ @LIBCURL@