Need to include deflate.h in EXTRA_DIST so that it gets included in

Tue, 07 Jun 2011 08:18:07 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Tue, 07 Jun 2011 08:18:07 +0000
changeset 31854
62f1c4da97ff
parent 31853
f2e8718c9dfa
child 31855
8b92498d3a8c

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 \

mercurial