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>
This commit is contained in:
João Valverde 2016-01-20 00:36:31 +00:00 committed by Gerald Combs
parent 5cad2cd09b
commit b5ff79e80b
1 changed files with 4 additions and 1 deletions

View File

@ -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),' \