Add capture_unix_ifnames.c to the list of files needed when building for

UN*X.

svn path=/trunk/; revision=46133
This commit is contained in:
Guy Harris 2012-11-22 07:00:23 +00:00
parent 6a5d8a1e65
commit 1d0b5f5d07
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ ADD_CUSTOM_COMMAND(
if(UNIX)
set(PLATFORM_SRC
capture-pcap-util-unix.c
capture-pcap-util-unix.c capture_unix_ifnames.c
)
endif()