aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-08 15:56:16 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-08 15:56:16 +0000
commit1aca48909c80eb9cf14eb25f9a83909d3a581dd4 (patch)
tree3a594c8037036e883a4184543c1fab388cd93429 /wiretap
parentd713b846e6a68dfbf3232dca9af34d344e753193 (diff)
- now wireshark compiles with cmake as well
svn path=/trunk/; revision=29799
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index ce4d658e36..63f274bfaf 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/CMakeLists.txt
@@ -79,8 +79,6 @@ add_yacc_files(WIRETAP_FILES
ascend.y
)
-# add_dependency(ascend.c ascend_scanner_lex.h)
-
add_library(wiretap SHARED
${WIRETAP_FILES}
)