Hi, Shouldn't ws_symbol_export.h be added to makefile.common ? Regards Anders
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: den 28 februari 2013 15:10 To: [email protected] Subject: [Wireshark-commits] rev 47938: /trunk/ /trunk/debian/: wireshark-dev.header-files /trunk/: CMakeLists.txt configure.ac ws_symbol_export.h /trunk/wsutil/: CMakeLists.txt Makefile.am Makefile.nmake crash_info.h crc10.h crc11.h ... http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47938 User: rbalint Date: 2013/02/28 06:09 AM Log: Export libwsutil symbols using WS_DLL_PUBLIC define This change replaces *.def and *.sym file usage following the guideline at http://gcc.gnu.org/wiki/Visibility Directory: /trunk/debian/ Changes Path Action +1 -0 wireshark-dev.header-files Modified Directory: /trunk/ Changes Path Action +8 -1 CMakeLists.txt Modified +12 -0 configure.ac Modified +54 -0 ws_symbol_export.h Added Directory: /trunk/wsutil/ Changes Path Action +5 -1 CMakeLists.txt Modified +6 -25 Makefile.am Modified +3 -3 Makefile.nmake Modified +3 -0 crash_info.h Modified +3 -0 crc10.h Modified +3 -0 crc11.h Modified +4 -0 crc16-plain.h Modified (17 files not shown) ___________________________________________________________________________ Sent via: Wireshark-commits mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-commits Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
