comparison libpurple/protocols/gg/Makefile.am @ 32072:3a90a59ddea2

Update libgadu to 0.11.0 plus local changes; thanks to Tomasz Wasilczyk. Fixes 14248
author Ethan Blanton <elb@pidgin.im>
date Sun, 05 Jun 2011 01:28:53 +0000
parents 66b30e47caec
children 41570bf7a4c6
comparison
equal deleted inserted replaced
32071:3e53f6871805 32072:3a90a59ddea2
4 lib/compat.h \ 4 lib/compat.h \
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/encoding.c \ 10 lib/encoding.c \
10 lib/encoding.h \ 11 lib/encoding.h \
11 lib/events.c \ 12 lib/events.c \
12 lib/handlers.c \ 13 lib/handlers.c \
13 lib/http.c \ 14 lib/http.c \
34 lib/common.c \ 35 lib/common.c \
35 lib/compat.h \ 36 lib/compat.h \
36 lib/dcc.c \ 37 lib/dcc.c \
37 lib/dcc7.c \ 38 lib/dcc7.c \
38 lib/debug.c \ 39 lib/debug.c \
40 lib/deflate.c \
39 lib/encoding.c \ 41 lib/encoding.c \
40 lib/encoding.h \ 42 lib/encoding.h \
41 lib/events.c \ 43 lib/events.c \
42 lib/handlers.c \ 44 lib/handlers.c \
43 lib/http.c \ 45 lib/http.c \
57 lib/sha1.c 59 lib/sha1.c
58 60
59 INTGG_CFLAGS = -I$(top_srcdir)/libpurple/protocols/gg/lib -DGG_IGNORE_DEPRECATED -DUSE_INTERNAL_LIBGADU 61 INTGG_CFLAGS = -I$(top_srcdir)/libpurple/protocols/gg/lib -DGG_IGNORE_DEPRECATED -DUSE_INTERNAL_LIBGADU
60 62
61 if USE_GNUTLS 63 if USE_GNUTLS
62 INTGG_CFLAGS += -DUSE_GNUTLS
63 GADU_LIBS += $(GNUTLS_LIBS) 64 GADU_LIBS += $(GNUTLS_LIBS)
64 endif 65 endif
65 66
66 endif 67 endif
67 68