Add capture_unix_ifnames.c to the list of files needed when building for
authorGuy Harris <guy@alum.mit.edu>
Thu, 22 Nov 2012 07:00:23 +0000 (07:00 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 22 Nov 2012 07:00:23 +0000 (07:00 -0000)
UN*X.

svn path=/trunk/; revision=46133

CMakeLists.txt

index bf42e446204cadbca304ff7ea233d050155531d4..1468894c715ee6d8006c7b7447311f31382ca321 100644 (file)
@@ -586,7 +586,7 @@ ADD_CUSTOM_COMMAND(
 
 if(UNIX)
        set(PLATFORM_SRC
 
 if(UNIX)
        set(PLATFORM_SRC
-               capture-pcap-util-unix.c
+               capture-pcap-util-unix.c capture_unix_ifnames.c
        )
 endif()
 
        )
 endif()