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
489 B
13 lines
489 B
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2024-02-04 11:11:07.889017000 +0100 |
|
+++ src/Makefile.in 2024-02-04 11:22:59.903400000 +0100 |
|
@@ -394,8 +394,7 @@ |
|
top_build_prefix = @top_build_prefix@ |
|
top_builddir = @top_builddir@ |
|
top_srcdir = @top_srcdir@ |
|
-SUBDIRS = include microhttpd . $(am__append_1) $(am__append_2) \ |
|
- $(am__append_3) $(am__append_4) $(am__append_5) |
|
+SUBDIRS = include microhttpd |
|
EXTRA_DIST = \ |
|
datadir/cert-and-key.pem \ |
|
datadir/cert-and-key-for-wireshark.pem
|
|
|