aboutsummaryrefslogtreecommitdiffstats
path: root/ui/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/Makefile.common
parent9bcb9561fc1077293d9b86f399eb895daece3d9e (diff)
More fixes for the text import move.
svn path=/trunk/; revision=44906
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 3f8fd03822..7bad41ae33 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -24,12 +24,14 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# Generated header files that we want in the distribution.
-GENERATED_HEADER_FILES =
+GENERATED_HEADER_FILES = \
+ text_import_scanner_lex.h
# Generated C source files that we want in the distribution.
GENERATED_C_FILES =
-DIRTY_GENERATED_C_FILES =
+DIRTY_GENERATED_C_FILES = \
+ text_import_scanner.c
# All the generated files we want in the distribution.
GENERATED_FILES = \
@@ -58,6 +60,7 @@ noinst_HEADERS = \
recent_utils.h \
simple_dialog.h \
text_import.h \
+ text_import_scanner.h \
ui_util.h \
utf8_entities.h \
util.h