Wireshark-commits: [Wireshark-commits] rev 54668: /trunk/ /trunk/: CMakeLists.txt

Date: Wed, 08 Jan 2014 20:10:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54668

User: guy
Date: 2014/01/08 08:10 PM

Log:
 Rename WIRESHARK_COMMON_SRC to SHARK_COMMON_SRC - what's common about it
 is that it includes files used in TShark and rawshark as well as
 Wireshark, and that name is what's used by the autotools.
 
 Add capture_sync.c to SHARK_COMMON_CAPTURE_SRC, as it's used both by
 Wireshark and TShark, but not by rawshark, and as it's in the autotools
 SHARK_COMMON_CAPTURE_SRC.  Move PLATFORM_CAPTURE_SRC from
 (WIRE)SHARK_COMMON_SRC to SHARK_COMMON_CAPTURE_SRC, as it should only be
 used by programs that capture traffic.

Directory: /trunk/
  Changes    Path              Action
  +15 -13    CMakeLists.txt    Modified