2 changed files with 9 additions and 8 deletions
@ -1,12 +1,13 @@ |
|||||||
Index: src/Makefile.in
|
Index: src/Makefile.in
|
||||||
--- src/Makefile.in.orig 2015-12-05 10:00:17.718963000 +0100
|
--- src/Makefile.in.orig 2016-09-03 10:11:46.579425000 +0200
|
||||||
+++ src/Makefile.in 2015-12-05 10:00:53.888899003 +0100
|
+++ src/Makefile.in 2016-09-03 10:13:44.739496324 +0200
|
||||||
@@ -351,7 +351,7 @@
|
@@ -338,8 +338,7 @@
|
||||||
# This Makefile.am is in the public domain
|
# This Makefile.am is in the public domain
|
||||||
@HAVE_CURL_TRUE@curltests = testcurl
|
@HAVE_CURL_TRUE@curltests = testcurl
|
||||||
@HAVE_CURL_TRUE@@HAVE_SOCAT_TRUE@@HAVE_ZZUF_TRUE@zzuftests = testzzuf
|
@HAVE_CURL_TRUE@@HAVE_SOCAT_TRUE@@HAVE_ZZUF_TRUE@zzuftests = testzzuf
|
||||||
-SUBDIRS = include platform microhttpd $(curltests) $(zzuftests) . \
|
-SUBDIRS = include microhttpd $(curltests) $(zzuftests) . \
|
||||||
+SUBDIRS = include platform microhttpd . \
|
- $(am__append_1)
|
||||||
$(am__append_1)
|
+SUBDIRS = include microhttpd .
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
datadir/cert-and-key.pem \
|
datadir/cert-and-key.pem \
|
||||||
|
datadir/cert-and-key-for-wireshark.pem
|
||||||
|
|||||||
Loading…
Reference in new issue