aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-06-25 17:30:48 -0400
committerBill Meier <wmeier@newsguy.com>2015-06-25 21:36:45 +0000
commite31aef065ab1d75b732156cbb6ee248975d53848 (patch)
tree5ebff3e8ecf1a1766af32d338caf5da7b1469f4d /ui/cli
parentcf537c1feeacd8740b2482cda5bfcd6718aae1a0 (diff)
Regenerate *-tap-register.c when associated Makefile.common is updated (*nix)
Change-Id: I638e4362bbc24e5a0a990dc7339e285e2ac55839 Reviewed-on: https://code.wireshark.org/review/9158 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/cli')
-rw-r--r--ui/cli/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/cli/Makefile.am b/ui/cli/Makefile.am
index 1779b9477e..185304a09e 100644
--- a/ui/cli/Makefile.am
+++ b/ui/cli/Makefile.am
@@ -52,7 +52,7 @@ MAINTAINERCLEANFILES = \
# The first argument is the directory in which the source files live.
# All subsequent arguments are the files to scan.
#
-tshark-tap-register.c: $(TSHARK_TAP_SRC) $(top_srcdir)/tools/make-tap-reg.py
+tshark-tap-register.c: $(TSHARK_TAP_SRC) Makefile.common $(top_srcdir)/tools/make-tap-reg.py
@echo Making tshark-tap-register.c
@$(PYTHON) $(top_srcdir)/tools/make-tap-reg.py $(srcdir) tshark-taps $(TSHARK_TAP_SRC)