summaryrefslogtreecommitdiff
path: root/ui/qt/QtShark.pro
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-22 05:48:11 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-22 05:48:11 +0000
commit54ca6dae29aabe8ad5acb602f5727317dea50340 (patch)
treed9593738989c9ec27fb512c881beff2a479e1c02 /ui/qt/QtShark.pro
parent1ca63098ac2b88e2474ead02b77191fc9cf56a08 (diff)
downloadwireshark-54ca6dae29aabe8ad5acb602f5727317dea50340.tar.gz
There are clearly not enough different sets of build tools out there, so
it's always nice when there's a new one, especially one that can't share file lists with others. Remove capture_unix_ifnames.c from YET ANOTHER build tool file. svn path=/trunk/; revision=49492
Diffstat (limited to 'ui/qt/QtShark.pro')
-rw-r--r--ui/qt/QtShark.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/QtShark.pro b/ui/qt/QtShark.pro
index aa32631b0b..2c34c7bf5a 100644
--- a/ui/qt/QtShark.pro
+++ b/ui/qt/QtShark.pro
@@ -185,7 +185,7 @@ SOURCES_WS_C = \
../../u3.c \
../../version_info.c
-unix:SOURCES_WS_C += ../../capture-pcap-util-unix.c ../../capture_unix_ifnames.c
+unix:SOURCES_WS_C += ../../capture-pcap-util-unix.c
win32:SOURCES_WS_C += \
../../capture_win_ifnames.c \
../../capture-wpcap.c \