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 .
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to