pidgin/pidgin

yahoo: Add yahoojp.c to EXTRA_DIST

2016-10-09, Mike Ruprecht
4c7417b4d5fa
Parents 4030c478dedc
Children a5d234780454
yahoo: Add yahoojp.c to EXTRA_DIST

yahoojp.c is in POTFILES.in, but isn't actually use for the build.
This causes `make distcheck` to fail as the file isn't "distributed".
This patch adds yahoojp.c to EXTRA_DIST so it will be distributed
and successfully checked when generating the translation files.

Really this file could be removed, but the 2.x.y branch has all of
the Yahoo prpl removed and that will be merged here soon enough.
--- a/libpurple/protocols/yahoo/Makefile.am Sun Oct 09 18:26:02 2016 -0500
+++ b/libpurple/protocols/yahoo/Makefile.am Sun Oct 09 18:30:16 2016 -0500
@@ -1,6 +1,7 @@
SUBDIRS = tests
EXTRA_DIST = \
+ yahoojp.c \
Makefile.mingw
pkgdir = @PURPLE_PLUGINDIR@