So how *do* I build Wireshark now? It seems to affect the normal build:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I./../.. -I./.. -I/usr/local/include -DPLUGIN_DIR=\"/usr/local/lib/wireshark/plugins/1.5.0\" -Werror -DINET6 "-D_U_=__attribute__((unused))" -g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -fexcess-precision=fast -I/usr/local/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -MT libdissectors_la-packet-dcerpc-netlogon.lo -MD -MP -MF .deps/libdissectors_la-packet-dcerpc-netlogon.Tpo -c packet-dcerpc-netlogon.c -fPIC -DPIC -o .libs/libdissectors_la-packet-dcerpc-netlogon.o
cc1: warnings being treated as errors
packet-dcerpc-netlogon.c: In function ‘get_keytab_as_list’:
packet-dcerpc-netlogon.c:6846:5: error: implicit declaration of function ‘read_keytab_file_from_preferences’
make[5]: *** [libdissectors_la-packet-dcerpc-netlogon.lo] Error 1
make[5]: Leaving directory `/home/ykaul/wireshark/epan/dissectors'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/ykaul/wireshark/epan/dissectors'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/ykaul/wireshark/epan/dissectors'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ykaul/wireshark/epan'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ykaul/wireshark'
make: *** [all] Error 2