diff options
author | Guy Harris <guy@alum.mit.edu> | 2011-12-30 00:17:50 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2011-12-30 00:17:50 +0000 |
commit | f210836a028965c756a4866eac05a8a4e2084082 (patch) | |
tree | 1610607c21767682d026d1bf5824a8a0b3e0d576 /CMakeLists.txt | |
parent | cc98c8a901583d16811b3cb38efb0f19cd685eee (diff) | |
download | wireshark-f210836a028965c756a4866eac05a8a4e2084082.tar.gz wireshark-f210836a028965c756a4866eac05a8a4e2084082.tar.bz2 wireshark-f210836a028965c756a4866eac05a8a4e2084082.zip |
I had a capture_errs.c but capture-wpcap.c eated it.
svn path=/trunk/; revision=40339
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9cee098158..29f1da6fcc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -529,7 +529,6 @@ set(WTAP_PLUGIN_SOURCES ) set(SHARK_COMMON_CAPTURE_SRC - capture_errs.c capture_ifinfo.c capture_ui_utils.c ) |