On Fri, Nov 19, 2010 at 08:55:18PM +0800, 刘昆 wrote: > I want to modify the Makefile to add some lib of mysql so that I can > make packet-http.c with some mysql code.How should I do ?
Try following the example of other libraries that we use, such as glib or gtk or even c-ares/adns. If you're on Unix, you can add it to configure.in for detection (autoconf) and add it to the automake make file (Makefile.am) in the root directory. ___________________________________________________________________________ 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
