summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-22 04:17:23 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-22 04:17:23 +0000
commit9f11d6cd4464060057f4c9bd29e10a948c063117 (patch)
tree5e758221ad2c3c1cf94baa62b32302b5f5c6193c /CMakeLists.txt
parentcbdf1039c18b8f91514d50abdec5a3a5b41cc034 (diff)
downloadwireshark-9f11d6cd4464060057f4c9bd29e10a948c063117.tar.gz
capture_unix_ifnames.c is gone.
svn path=/trunk/; revision=49490
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34a960f79e..b87fccf358 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -630,7 +630,7 @@ ADD_CUSTOM_COMMAND(
if(UNIX)
set(PLATFORM_SRC
- capture-pcap-util-unix.c capture_unix_ifnames.c
+ capture-pcap-util-unix.c
)
endif()