Wireshark-dev: Re: [Wireshark-dev] I want to modify the Makefile to add some lib of mysql
From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Fri, 19 Nov 2010 11:03:51 -0700
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.