aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/Makefile.am
diff options
context:
space:
mode:
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