You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
524 B
13 lines
524 B
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2018-11-07 07:29:41.069874000 +0100 |
|
+++ src/Makefile.in 2018-11-07 07:30:25.670451000 +0100 |
|
@@ -391,8 +391,7 @@ |
|
# This Makefile.am is in the public domain |
|
@HAVE_CURL_TRUE@curltests = testcurl |
|
@HAVE_CURL_TRUE@@HAVE_SOCAT_TRUE@@HAVE_ZZUF_TRUE@zzuftests = testzzuf |
|
-SUBDIRS = include microhttpd $(curltests) $(zzuftests) . \ |
|
- $(am__append_1) $(am__append_2) |
|
+SUBDIRS = include microhttpd |
|
EXTRA_DIST = \ |
|
datadir/cert-and-key.pem \ |
|
datadir/cert-and-key-for-wireshark.pem
|
|
|