aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-01-20 00:36:31 +0000
committerGerald Combs <gerald@wireshark.org>2016-02-02 00:55:01 +0000
commitb5ff79e80b54893dd23c1ab751c00dc6e4117c1d (patch)
treed4d654e78f7768135ec78ff86ce1217ea0736a16 /tools
parent5cad2cd09b2e1612c0e14ee3cc28bcaed19cf6f0 (diff)
Add silent build rules for setuid-root.pl
Change-Id: Id99c8d545b8ae53cf4dac0ccf54226df07f596bd Reviewed-on: https://code.wireshark.org/review/13627 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index d1d660368a..11e8087507 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -19,6 +19,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+include $(top_srcdir)/Makefile.am.inc
+
SUBDIRS = lemon
PIDL_FILES= \
@@ -195,8 +197,9 @@ EXTRA_DIST = \
yacc.py
noinst_SCRIPTS = setuid-root.pl
+
setuid-root.pl: setuid-root.pl.in Makefile
- sed \
+ $(AM_V_SED)$(SED) \
-e 's,@BIN_PREFIX\@,$(bindir),' \
-e 's,@TSHARK_BIN\@,$(tshark_bin)$(EEXT),' \
-e 's,@DUMPCAP_BIN\@,$(dumpcap_bin)$(EEXT),' \