comparison libpurple/protocols/gg/Makefile.am @ 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 3a90a59ddea2
children 2dd117990702
comparison
equal deleted inserted replaced
32101:da375f1776f2 32102:41570bf7a4c6
5 lib/COPYING \ 5 lib/COPYING \
6 lib/dcc.c \ 6 lib/dcc.c \
7 lib/dcc7.c \ 7 lib/dcc7.c \
8 lib/debug.c \ 8 lib/debug.c \
9 lib/deflate.c \ 9 lib/deflate.c \
10 lib/deflate.h \
10 lib/encoding.c \ 11 lib/encoding.c \
11 lib/encoding.h \ 12 lib/encoding.h \
12 lib/events.c \ 13 lib/events.c \
13 lib/handlers.c \ 14 lib/handlers.c \
14 lib/http.c \ 15 lib/http.c \
36 lib/compat.h \ 37 lib/compat.h \
37 lib/dcc.c \ 38 lib/dcc.c \
38 lib/dcc7.c \ 39 lib/dcc7.c \
39 lib/debug.c \ 40 lib/debug.c \
40 lib/deflate.c \ 41 lib/deflate.c \
42 lib/deflate.h \
41 lib/encoding.c \ 43 lib/encoding.c \
42 lib/encoding.h \ 44 lib/encoding.h \
43 lib/events.c \ 45 lib/events.c \
44 lib/handlers.c \ 46 lib/handlers.c \
45 lib/http.c \ 47 lib/http.c \