aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-21 18:10:31 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-21 18:10:31 +0000
commit5af3defc46eb97c75521543274705518bbc0b3f4 (patch)
treebfaf3951997f612b4f57f70153e7a692df9c1f3c /ui/Makefile.common
parent1d4bd1cb3365740974b9b7ae871111a0d078710a (diff)
Try to fix LINK : fatal error LNK1181: cannot open input file 'win32/console_win32.obj'
move ui/win32/console_win32.[ch] to ui/console_win32.[ch] svn path=/trunk/; revision=45692
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 9392302d64..a01f7ff6f4 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -54,7 +54,7 @@ WIRESHARK_UI_SRC = \
ssl_key_export.c \
text_import.c \
util.c \
- win32/console_win32.c
+ console_win32.c
noinst_HEADERS = \
alert_box.h \
@@ -75,4 +75,4 @@ noinst_HEADERS = \
ui_util.h \
utf8_entities.h \
util.h \
- win32/console_win32.h
+ console_win32.h