comparison libpurple/protocols/gg/Makefile.am @ 29938:6359fde67f4c

Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows. Refs #10542. The Windows build errors are the only reason this isn't on `im.pidgin.pidgin` already.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 21 Feb 2010 16:52:42 +0000
parents e33a91b8b8f6
children 0f3bff622a17
comparison
equal deleted inserted replaced
29868:551253814063 29938:6359fde67f4c
2 Makefile.mingw \ 2 Makefile.mingw \
3 lib/common.c \ 3 lib/common.c \
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/events.c \ 8 lib/events.c \
8 lib/http.c \ 9 lib/http.c \
9 lib/libgadu.c \ 10 lib/libgadu.c \
10 lib/libgadu-config.h \ 11 lib/libgadu-config.h \
11 lib/libgadu.h \ 12 lib/libgadu.h \
12 lib/obsolete.c \ 13 lib/obsolete.c \
14 lib/protocol.h \
15 lib/pubdir.c \
13 lib/pubdir50.c \ 16 lib/pubdir50.c \
14 lib/pubdir.c 17 lib/resolver.c \
18 lib/resolver.h \
19 lib/sha1.c
15 20
16 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) 21 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
17 22
18 if USE_INTERNAL_LIBGADU 23 if USE_INTERNAL_LIBGADU
19 INTGGSOURCES = \ 24 INTGGSOURCES = \
20 lib/common.c \ 25 lib/common.c \
21 lib/compat.h \ 26 lib/compat.h \
22 lib/dcc.c \ 27 lib/dcc.c \
28 lib/dcc7.c \
23 lib/events.c \ 29 lib/events.c \
24 lib/http.c \ 30 lib/http.c \
25 lib/libgadu.c \ 31 lib/libgadu.c \
26 lib/libgadu-config.h \ 32 lib/libgadu-config.h \
27 lib/libgadu.h \ 33 lib/libgadu.h \
28 lib/obsolete.c \ 34 lib/obsolete.c \
35 lib/protocol.h \
36 lib/pubdir.c \
29 lib/pubdir50.c \ 37 lib/pubdir50.c \
30 lib/pubdir.c 38 lib/resolver.c \
39 lib/resolver.h \
40 lib/sha1.c
31 41
32 INTGG_CFLAGS = -I$(top_srcdir)/libpurple/protocols/gg/lib 42 INTGG_CFLAGS = -I$(top_srcdir)/libpurple/protocols/gg/lib -DGG_IGNORE_DEPRECATED
33 endif 43 endif
34 44
35 GGSOURCES = \ 45 GGSOURCES = \
36 $(INTGGSOURCES) \ 46 $(INTGGSOURCES) \
37 gg-utils.h \ 47 gg-utils.h \