ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 34243: /trunk/ /trunk/plugins/asn1/: CMakeLists.txt /tru

Date: Fri, 24 Sep 2010 20:41:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34243

User: guy
Date: 2010/09/24 01:41 PM

Log:
 Plugins are not shared libraries, so:
 
 	1) don't set thei SOVERSION - run-time-loaded modules don't have
 	   an SOVERSION;
 
 	2) build them with link mode MODULE, not SHARED, on all
 	   platforms.
 
 (Fixing 1) also fixes the problem with building them as MODULE on OS X.)

Directory: /trunk/plugins/asn1/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified

Directory: /trunk/plugins/docsis/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified

Directory: /trunk/plugins/ethercat/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified

Directory: /trunk/plugins/giop/
  Changes    Path              Action
  +0 -4      CMakeLists.txt    Modified

Directory: /trunk/plugins/gryphon/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified

Directory: /trunk/plugins/interlink/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified

Directory: /trunk/plugins/irda/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified

Directory: /trunk/plugins/m2m/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified

Directory: /trunk/plugins/mate/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified

Directory: /trunk/plugins/opcua/
  Changes    Path              Action
  +0 -1      CMakeLists.txt    Modified


(8 files not shown)