gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: Makefile.am: reference dependenci


From: gnunet
Subject: [libmicrohttpd] branch master updated: Makefile.am: reference dependencies in a better way
Date: Wed, 21 Oct 2020 13:59:56 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 4ebcd58d Makefile.am: reference dependencies in a better way
4ebcd58d is described below

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

    Makefile.am: reference dependencies in a better way
---
 src/testcurl/Makefile.am | 4 ++--
 1 file 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 = \
   @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@

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]