aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index adde03f0ef..3f8fd03822 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -38,11 +38,13 @@ GENERATED_FILES = \
$(DIRTY_GENERATED_C_FILES)
# Files that generate compileable files
-GENERATOR_FILES =
+GENERATOR_FILES = \
+ text_import_scanner.l
WIRESHARK_UI_SRC = \
alert_box.c \
iface_lists.c \
+ text_import.c \
util.c
noinst_HEADERS = \
@@ -55,6 +57,7 @@ noinst_HEADERS = \
recent.h \
recent_utils.h \
simple_dialog.h \
+ text_import.h \
ui_util.h \
utf8_entities.h \
util.h