aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.common
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/gtk/Makefile.common
parent9bcb9561fc1077293d9b86f399eb895daece3d9e (diff)
More fixes for the text import move.
svn path=/trunk/; revision=44906
Diffstat (limited to 'ui/gtk/Makefile.common')
-rw-r--r--ui/gtk/Makefile.common7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/gtk/Makefile.common b/ui/gtk/Makefile.common
index f12d0fc214..87fc1648d6 100644
--- a/ui/gtk/Makefile.common
+++ b/ui/gtk/Makefile.common
@@ -27,15 +27,13 @@
include Makefile_custom.common
# Generated header files that we want in the distribution.
-GENERATED_HEADER_FILES = \
- text_import_scanner_lex.h
+GENERATED_HEADER_FILES =
# Generated C source files that we want in the distribution.
GENERATED_C_FILES = \
wireshark-tap-register.c
-DIRTY_GENERATED_C_FILES = \
- text_import_scanner.c
+DIRTY_GENERATED_C_FILES =
# All the generated files.
GENERATED_FILES = \
@@ -341,7 +339,6 @@ noinst_HEADERS = \
summary_dlg.h \
supported_protos_dlg.h \
tap_param_dlg.h \
- text_import_scanner.h \
text_page_utils.h \
uat_gui.h \
voip_calls.h \