aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-04 02:13:52 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-04 02:13:52 +0000
commit9291891faa5a1c8e1aa0d362dc38cfc33f80991f (patch)
tree5f15006cef3d366c1ffb3840f5fda428c28ed2ab /tools
parente96687e6b1d5c273ccea4ad31dfedbb045f5f8e9 (diff)
Add a script as a front-end for Flex, to work around various problems,
such as the fact that Flex strips all but the last component of the "-o" argument, and that it doesn't generate a header file to declare routines the generated lexical analyzer defines. Use that script when building lexical analyzers, and, for each lexical analyzer, include the generated header file in the generated analyzer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22446 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index a8de4bb7e4..4bb4a22458 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -96,6 +96,7 @@ EXTRA_DIST = \
msnchat \
netscreen2dump.py \
pkt-from-core.py \
+ runlex.sh \
unix2dos.pl \
win32-setup.sh \
wireshark_be.py \