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

Wireshark-dev: Re: [Wireshark-dev] Building with libtool /epan

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Tue, 04 Oct 2011 09:24:17 -0400
Marcel Haas wrote:
Hmm Nope..
the makefile will work without any error but at libwireshark.la "libdir=" is no entry
and i guess thats the library so i can not use my functions
and now i havent an entry at the .deps file folder
I changed it like it was before

what i have done is
at Makefile.common
________________________________________________________
LIBWIRESHARK_SRC =
        ...
        list_mh.c \
        ...
LIBWIRESHARK_INCLUDES =
         ...
         list_mh.c               \
         ...

and Makefile.in

Normally you should not edit Makefile.in: it is generated (from the .am and .common files) when you run ./autogen.sh .