aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-14 20:55:11 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-14 20:55:11 +0000
commitfe6816d7fd7482e0b705c85a842a30b35a4f2e57 (patch)
tree26adc7eb617bb99d4a3a852e4f2438f7f2dcf526 /ui/Makefile.am
parent9bcb9561fc1077293d9b86f399eb895daece3d9e (diff)
More fixes for the text import move.
svn path=/trunk/; revision=44906
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r--ui/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 670850a9f9..2b722f9f13 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -39,6 +39,10 @@ MAINTAINERCLEANFILES = \
$(GENERATED_FILES) \
Makefile.in
+RUNLEX=$(top_srcdir)/tools/runlex.sh
+
+text_import_scanner_lex.h: text_import_scanner.c
+
# All sources that should be put in the source distribution tarball
libui_a_SOURCES = \
$(WIRESHARK_UI_SRC) \