Hi,
Have a look at Makefile.common in epan/
Thanx,
Jaap
Piety, Timothy [USA] wrote:
I am trying to figure out hoe the Makefiles files work for wireshark. I
would like to add a few .c files to the wireshark.so shared library and
figured I'd add them in the epan directory and add the files to the
LIBWIRESHARK_SOURCES and LIBWIRESHARK_INDLUDES lists and did another
make. No luck.
I manually removed the .o files from both epan and epan/.libs and the .o
files did not rebuild. My goal is to call wireshark directly from
another program. The other program is JAVA-based and the files are the
JNI wrappers to the wireshark code.
thanks in advance,
Tim