aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-21 14:45:23 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-21 14:45:23 +0000
commit62ce10ced8e6f4a76b5663422ce195b277b0d0e1 (patch)
tree1f01be09ac6b049589f0441e1afed3ca88e8470d /ui/Makefile.common
parent6af91f9304c1ef78c825fc14616a37072a267aeb (diff)
Move MSWindows console "windows" to ui/win32/console_win32.[ch]
svn path=/trunk/; revision=45677
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 5a8c96d1da..9392302d64 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -53,7 +53,8 @@ WIRESHARK_UI_SRC = \
help_url.c \
ssl_key_export.c \
text_import.c \
- util.c
+ util.c \
+ win32/console_win32.c
noinst_HEADERS = \
alert_box.h \
@@ -73,4 +74,5 @@ noinst_HEADERS = \
text_import_scanner.h \
ui_util.h \
utf8_entities.h \
- util.h
+ util.h \
+ win32/console_win32.h