Tue, 07 Jun 2011 08:18:07 +0000
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.
| libpurple/protocols/gg/Makefile.am | file | annotate | diff | comparison | revisions |
--- 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 \