Added Custom.common as dependency for register.c

svn path=/trunk/; revision=44137
This commit is contained in:
Stig Bjørlykke 2012-07-30 13:54:02 +00:00
parent 4efded1f50
commit 29cdc9a4cf
1 changed files with 1 additions and 1 deletions

View File

@ -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 ; \