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

Wireshark-dev: [Wireshark-dev] I want to modify the Makefile to add some lib of mysql

From: 刘昆 <liukunmeister@xxxxxxxxx>
Date: Sun, 05 Dec 2010 23:36:12 +0800
I want to modify the Makefile to add some lib of mysql so that I can
make packet-http.c with some mysql code.

To be specific,I want add "/usr/include/mysql/mysql.h" header file and link "libmysqlclient.so" lib to do my work.
So how should I do to?