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.
12 lines
488 B
12 lines
488 B
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2015-12-05 10:00:17.718963000 +0100 |
|
+++ src/Makefile.in 2015-12-05 10:00:53.888899003 +0100 |
|
@@ -351,7 +351,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 platform microhttpd $(curltests) $(zzuftests) . \ |
|
+SUBDIRS = include platform microhttpd . \ |
|
$(am__append_1) |
|
EXTRA_DIST = \ |
|
datadir/cert-and-key.pem \
|
|
|