aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-05-16 20:33:13 +0100
committerJeff Morriss <jeff.morriss.ws@gmail.com>2016-05-19 01:13:53 +0000
commitd5508d2b3ba188adb27371fd1a76f0684c6ae285 (patch)
tree6a13aedb85f2536905f9901a88bd08a5a401cd8c /Makefile.am.inc
parent51004b96e3356ba10615745ddc8df9f60ed85085 (diff)
autotools: Add automake silent rule for ln -s
Change-Id: Ic5b6fca04955384dc3d337ec74757f711216a372 Reviewed-on: https://code.wireshark.org/review/15468 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc
index 7f8e3d3629..49c55797f8 100644
--- a/Makefile.am.inc
+++ b/Makefile.am.inc
@@ -63,6 +63,10 @@ AM_V_SED = $(am__v_SED_@AM_V@)
am__v_SED_ = $(am__v_SED_@AM_DEFAULT_V@)
am__v_SED_0 = @echo " SED " $@;
+AM_V_LN_S = $(am__v_LN_S_@AM_V@)
+am__v_LN_S_ = $(am__v_LN_S_@AM_DEFAULT_V@)
+am__v_LN_S_0 = @echo " LN_S " $@;
+
# _PYTHON is a reserved automake keyword
AM_V_python = $(am__v_python_@AM_V@)
am__v_python_ = $(am__v_python_@AM_DEFAULT_V@)