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 .