# HG changeset patch # User Mark Doliner # Date 1307434687 0 # Node ID 41570bf7a4c6301635275d8bb61fbc883deaee6b # Parent da375f1776f28ce4a13817107aa223030531af88 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. diff -r da375f1776f2 -r 41570bf7a4c6 libpurple/protocols/gg/Makefile.am --- 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 \