From 9f11d6cd4464060057f4c9bd29e10a948c063117 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 22 May 2013 04:17:23 +0000 Subject: [PATCH] capture_unix_ifnames.c is gone. svn path=/trunk/; revision=49490 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()