aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2011-01-04 07:06:01 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2011-01-04 07:06:01 +0000
commit3656ecb82383e628750a870530ea8b7e93485d6f (patch)
treee2ef9272f61689f8cb7b81dcbd15c48dd0c36f2d /CMakeLists.txt
parentda59924551f0c3b88d535a098dfbc4b2d66d5e45 (diff)
Free dumpcap from linking to wiretap.
svn path=/trunk/; revision=35353
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 4de268e700..257b043ccd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -807,7 +807,6 @@ endif()
if(BUILD_dumpcap)
set(dumpcap_LIBS
- wiretap
# @INET_NTOP_LO@
${PCAP_LIBRARIES}
${CAP_LIBRARIES}