Mercurial > pidgin.yaz
changeset 32102:41570bf7a4c6
Need to include deflate.h in EXTRA_DIST so that it gets included in
the tarball. I don't know whether we actually need it in INTGGSOURCES,
but there are other header files listed there so it seems unlikely to
cause harm.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 07 Jun 2011 08:18:07 +0000 |
parents | da375f1776f2 |
children | 114fcf15054c |
files | libpurple/protocols/gg/Makefile.am |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/gg/Makefile.am Tue Jun 07 08:15:50 2011 +0000 +++ b/libpurple/protocols/gg/Makefile.am Tue Jun 07 08:18:07 2011 +0000 @@ -7,6 +7,7 @@ lib/dcc7.c \ lib/debug.c \ lib/deflate.c \ + lib/deflate.h \ lib/encoding.c \ lib/encoding.h \ lib/events.c \ @@ -38,6 +39,7 @@ lib/dcc7.c \ lib/debug.c \ lib/deflate.c \ + lib/deflate.h \ lib/encoding.c \ lib/encoding.h \ lib/events.c \