--- a/libpurple/tests/Makefile.am Wed Oct 05 21:14:58 2016 +0200 +++ b/libpurple/tests/Makefile.am Wed Oct 05 15:10:29 2016 -0500 @@ -15,7 +15,6 @@ test_jabber_jutil.c \ test_jabber_scram.c \ test_oscar_util.c \ - test_yahoo_util.c \ test_util.c \ test_xmlnode.c \ $(top_builddir)/libpurple/util.h @@ -32,7 +31,6 @@ check_libpurple_LDADD=\ $(top_builddir)/libpurple/protocols/jabber/libjabber.la \ $(top_builddir)/libpurple/protocols/oscar/liboscar.la \ - $(top_builddir)/libpurple/protocols/yahoo/libymsg.la \ $(top_builddir)/libpurple/libpurple.la \ @CHECK_LIBS@ \ $(GLIB_LIBS)