gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Makefile: fixed *.crt files names


From: gnunet
Subject: [libmicrohttpd] branch master updated: Makefile: fixed *.crt files names for dist target
Date: Sun, 15 May 2022 20:12:49 +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 6c3d5864 Makefile: fixed *.crt files names for dist target
6c3d5864 is described below

commit 6c3d5864dfbf5a9c07ad500d2217c67268ecddc8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun May 15 21:12:45 2022 +0300

    Makefile: fixed *.crt files names for dist target
---
 src/testcurl/https/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testcurl/https/Makefile.am b/src/testcurl/https/Makefile.am
index 203cddac..11b1ea20 100644
--- a/src/testcurl/https/Makefile.am
+++ b/src/testcurl/https/Makefile.am
@@ -61,8 +61,8 @@ endif
 
 EXTRA_DIST = \
   test-ca.crt test-ca.key \
-  host1.crt host1.key \
-  host2.crt host2.key
+  mhdhost1.crt mhdhost1.key \
+  mhdhost2.crt mhdhost2.key
 
 TESTS = \
   $(check_PROGRAMS)

-- 
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]