aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-08 20:57:34 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-08 20:57:34 +0000
commit8c916394efcc6e49adb098c7d34a2ba911ae653b (patch)
tree7bd86344ea267567b290bd03c10f9f0260421927 /CMakeLists.txt
parent658e0b30e6c169ad0e842c9c8420a7a78fe285b7 (diff)
downloadwireshark-8c916394efcc6e49adb098c7d34a2ba911ae653b.tar.gz
wireshark-8c916394efcc6e49adb098c7d34a2ba911ae653b.tar.bz2
wireshark-8c916394efcc6e49adb098c7d34a2ba911ae653b.zip
TFShark doesn't capture traffic, so it doesn't need
SHARK_COMMON_CAPTURE_SRC. svn path=/trunk/; revision=54672
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0b0784091b..1dd51de166 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1042,7 +1042,6 @@ if(BUILD_tfshark)
tfshark.c
# tfshark-tap-register.c
${TSHARK_TAP_SRC}
- ${SHARK_COMMON_CAPTURE_SRC}
${SHARK_COMMON_SRC}
)
add_executable(tfshark ${tfshark_FILES})