aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-02-25 13:11:16 -0800
committerGuy Harris <guy@alum.mit.edu>2016-02-25 21:16:16 +0000
commit12808dea8107b67f3de3fa52f409ce0ab600fa16 (patch)
tree51a846bf1091c3efa94f774c11fb32f736d9b27b
parent3955dae2d81ccc736a8bdbd2b8278610354cddc7 (diff)
Add text2pcap-scanner_lex.h to the list of generated headers.
Change-Id: I874e86f5fd192eedb8f636ad208b2f7ad7f705fd Reviewed-on: https://code.wireshark.org/review/14149 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 9a7b401ccd..a9fa08e269 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -31,6 +31,7 @@ BUILT_SOURCES = $(BUILT_C_FILES) $(BUILT_HEADER_FILES)
# Header files generated from source files.
GENERATED_HEADER_FILES = \
+ text2pcap-scanner_lex.h \
$(BUILT_HEADER_FILES)
# C source files generated from source files.