aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2012-07-30 13:54:02 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2012-07-30 13:54:02 +0000
commit29cdc9a4cf19221724e07c2c175777aa631a8656 (patch)
tree814154db6c8714dca91c00b3585b1910e1514ed7
parent4efded1f504f9e930dd3846758b3aeb78ad603c5 (diff)
Added Custom.common as dependency for register.c
svn path=/trunk/; revision=44137
-rw-r--r--epan/dissectors/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 2c2f3bfaaf..a2d9f42425 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -97,7 +97,7 @@ x11-dissector: $(top_srcdir)/tools/process-x11-fields.pl x11-fields $(top_srcdir
# a register.c file for libwireshark.
# All subsequent arguments are the files to scan.
#
-register.c: $(plugin_src) $(ALL_DISSECTORS_SRC) Makefile.common $(top_srcdir)/tools/make-dissector-reg \
+register.c: $(plugin_src) $(ALL_DISSECTORS_SRC) Makefile.common Custom.common $(top_srcdir)/tools/make-dissector-reg \
$(top_srcdir)/tools/make-dissector-reg.py
@if test -n "$(PYTHON)"; then \
echo Making register.c with python ; \