aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-03 13:46:38 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-03 13:46:38 +0300
commit6b6c6db45e120e7a9f8777c97016173771bd33d6 (patch)
treecb58d6c93f5fbf8f55cc7f394e394c4dca14ebac /src/microhttpd/Makefile.am
parent677e6e431aa1b1ccd1cd61ba69cbc1a1c1201970 (diff)
downloadlibmicrohttpd-6b6c6db45e120e7a9f8777c97016173771bd33d6.tar.gz
libmicrohttpd-6b6c6db45e120e7a9f8777c97016173771bd33d6.zip
Makefile: fixed build with 'make' without nested vars support
Diffstat (limited to 'src/microhttpd/Makefile.am')
-rw-r--r--src/microhttpd/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index 36ad802f..325c20fd 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -16,14 +16,14 @@ lib_LTLIBRARIES = \
16noinst_DATA = 16noinst_DATA =
17MOSTLYCLEANFILES = 17MOSTLYCLEANFILES =
18 18
19AM_V_LIB = $(am__v_LIB_$(V)) 19AM_V_LIB = $(am__v_LIB_@AM_V@)
20am__v_LIB_ = $(am__v_LIB_$(AM_DEFAULT_VERBOSITY)) 20am__v_LIB_ = $(am__v_LIB_@AM_DEFAULT_V@)
21am__v_LIB_0 = @echo " LIB " $@; 21am__v_LIB_0 = @echo " LIB " $@;
22am__v_LIB_1 = 22am__v_LIB_1 =
23 23
24if W32_SHARED_LIB_EXP 24if W32_SHARED_LIB_EXP
25AM_V_DLLTOOL = $(am__v_DLLTOOL_$(V)) 25AM_V_DLLTOOL = $(am__v_DLLTOOL_@AM_V@)
26am__v_DLLTOOL_ = $(am__v_DLLTOOL_$(AM_DEFAULT_VERBOSITY)) 26am__v_DLLTOOL_ = $(am__v_DLLTOOL_@AM_DEFAULT_V@)
27am__v_DLLTOOL_0 = @echo " DLLTOOL " $@; 27am__v_DLLTOOL_0 = @echo " DLLTOOL " $@;
28am__v_DLLTOOL_1 = 28am__v_DLLTOOL_1 =
29 29