libpurple/protocols/gg/Makefile.am

Sat, 15 Feb 2014 17:19:34 +0530

author
Ankit Vani <a@nevitus.org>
date
Sat, 15 Feb 2014 17:19:34 +0530
branch
soc.2013.gobjectification.plugins
changeset 37112
37fdcf3855d3
parent 37024
88242596aaf9
parent 35557
e83a87761544
child 37115
7004e53e3495
permissions
-rw-r--r--

Merged default branch

33462
f36899d03630 Cleaning up
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33461
diff changeset
1 #V=0
34352
16ee13f507a0 Gadu-Gadu: room list
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34350
diff changeset
2 #CFLAGS = -g -O0
34455
cdc53b913dd4 Clang warnings: gg prpl and perl's SvUPGRADE
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 34439
diff changeset
3 GADU_EXTRA =
34439
1eeaf6ac7ec0 Gadu-Gadu: don't Werror
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 34438
diff changeset
4 #GADU_EXTRA += -Werror
33314
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
5
33292
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
6 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
7
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
8 EXTRA_DIST = \
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
9 Makefile.mingw \
33292
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
10 lib/COPYING
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
11
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
12 if USE_INTERNAL_LIBGADU
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
13 INTGGSOURCES = \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
14 lib/common.c \
33292
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
15 lib/config.h \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
16 lib/dcc.c \
29751
438f88ecc11e Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 26489
diff changeset
17 lib/dcc7.c \
31609
d67fbc90b28a matekm and kkszysiu collaborated on this patch to update our internal libgadu
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 30230
diff changeset
18 lib/debug.c \
33292
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
19 lib/debug.h \
31826
0f6ab56fbf9d Update libgadu to 0.11.0 plus local changes; thanks to Tomasz Wasilczyk.
Ethan Blanton <elb@pidgin.im>
parents: 31649
diff changeset
20 lib/deflate.c \
31854
62f1c4da97ff Need to include deflate.h in EXTRA_DIST so that it gets included in
Mark Doliner <markdoliner@pidgin.im>
parents: 31826
diff changeset
21 lib/deflate.h \
31609
d67fbc90b28a matekm and kkszysiu collaborated on this patch to update our internal libgadu
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 30230
diff changeset
22 lib/encoding.c \
d67fbc90b28a matekm and kkszysiu collaborated on this patch to update our internal libgadu
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 30230
diff changeset
23 lib/encoding.h \
35557
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
24 lib/endian.c \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
25 lib/events.c \
35557
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
26 lib/fileio.h \
31609
d67fbc90b28a matekm and kkszysiu collaborated on this patch to update our internal libgadu
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 30230
diff changeset
27 lib/handlers.c \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
28 lib/http.c \
33292
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
29 lib/internal.h \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
30 lib/libgadu.c \
33292
0ad1dc71f5c7 Makefile cleanup, fix building with external libgadu, little synchronization of internal libgadu with upstream. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33291
diff changeset
31 lib/libgadu.h \
31609
d67fbc90b28a matekm and kkszysiu collaborated on this patch to update our internal libgadu
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 30230
diff changeset
32 lib/message.c \
d67fbc90b28a matekm and kkszysiu collaborated on this patch to update our internal libgadu
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 30230
diff changeset
33 lib/message.h \
35557
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
34 lib/network.c \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
35 lib/network.h \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
36 lib/obsolete.c \
35557
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
37 lib/packets.pb-c.c \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
38 lib/packets.pb-c.h \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
39 lib/protobuf-c.c \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
40 lib/protobuf-c.h \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
41 lib/protobuf.c \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
42 lib/protobuf.h \
29751
438f88ecc11e Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 26489
diff changeset
43 lib/protocol.h \
438f88ecc11e Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 26489
diff changeset
44 lib/pubdir.c \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
45 lib/pubdir50.c \
29751
438f88ecc11e Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 26489
diff changeset
46 lib/resolver.c \
438f88ecc11e Update our internal libgadu to 1.9.0-rc2. This does not yet build on Windows.
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 26489
diff changeset
47 lib/resolver.h \
31609
d67fbc90b28a matekm and kkszysiu collaborated on this patch to update our internal libgadu
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 30230
diff changeset
48 lib/session.h \
35557
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
49 lib/strman.h \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
50 lib/sha1.c \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
51 lib/tvbuff.c \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
52 lib/tvbuff.h \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
53 lib/tvbuilder.c \
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
54 lib/tvbuilder.h
e83a87761544 Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35305
diff changeset
55
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
56
33300
c671ae84307f Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33299
diff changeset
57 INTGG_CFLAGS = -I$(top_srcdir)/libpurple/protocols/gg/lib \
33314
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
58 $(ZLIB_CFLAGS) \
33300
c671ae84307f Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33299
diff changeset
59 -DGG_IGNORE_DEPRECATED \
c671ae84307f Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33299
diff changeset
60 -DGG_INTERNAL_LIBGADU_VERSION=$(GADU_LIBGADU_VERSION)
33314
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
61 GADU_LIBS += $(ZLIB_LIBS)
32048
e7965340966d Unless I'm missing something really obvious, this should fix #14544 by telling
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 31854
diff changeset
62 endif
31649
a0893f99877d Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 31609
diff changeset
63
a0893f99877d Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 31609
diff changeset
64 if USE_GNUTLS
a0893f99877d Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 31609
diff changeset
65 GADU_LIBS += $(GNUTLS_LIBS)
32048
e7965340966d Unless I'm missing something really obvious, this should fix #14544 by telling
John Bailey <rekkanoryo@rekkanoryo.org>
parents: 31854
diff changeset
66 GADU_CFLAGS += $(GNUTLS_CFLAGS)
14662
ffa7b2f70a37 [gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14254
diff changeset
67 endif
ffa7b2f70a37 [gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14254
diff changeset
68
34383
4b1a106bbf1d Preparing a file transfer
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34380
diff changeset
69 GADU_LIBS += $(JSON_LIBS)
4b1a106bbf1d Preparing a file transfer
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34380
diff changeset
70
14712
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
71 GGSOURCES = \
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
72 $(INTGGSOURCES) \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
73 avatar.c \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
74 avatar.h \
34710
6182323fbb0c Renamed gg's buddylist.[ch] to blist.[ch]
Ankit Vani <a@nevitus.org>
parents: 33462
diff changeset
75 blist.c \
34946
76aa2e0f8701 Merged default branch
Ankit Vani <a@nevitus.org>
parents: 34710 34439
diff changeset
76 blist.h \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
77 chat.c \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
78 chat.h \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
79 deprecated.c \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
80 deprecated.h \
34380
2179667660bc Edisc authentication, file transfer implementation started
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34378
diff changeset
81 edisc.c \
2179667660bc Edisc authentication, file transfer implementation started
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34378
diff changeset
82 edisc.h \
33291
b70ab10887a7 New custom resolver, that uses libpurple for DNS queries. Get rid of old win32 resolver. Refs#343. Fixes #6263
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33285
diff changeset
83 gg.c \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
84 gg.h \
34358
845e66c9a20d Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34356
diff changeset
85 html.c \
845e66c9a20d Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34356
diff changeset
86 html.h \
33303
50f7a92eeb90 Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33300
diff changeset
87 image.c \
34358
845e66c9a20d Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34356
diff changeset
88 image.h \
35144
3590ceb242b5 Gadu-Gadu: multilogon / other sessions dialog implementation. Refs #14366
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35001
diff changeset
89 keymapper.c \
3590ceb242b5 Gadu-Gadu: multilogon / other sessions dialog implementation. Refs #14366
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 35001
diff changeset
90 keymapper.h \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
91 libgadu-events.c \
34358
845e66c9a20d Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34356
diff changeset
92 libgadu-events.h \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
93 libgaduw.c \
34358
845e66c9a20d Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34356
diff changeset
94 libgaduw.h \
845e66c9a20d Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34356
diff changeset
95 message-prpl.c \
34356
5d59fd4d5b2d Gadu-Gadu: reimplementation of receiving messages
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34352
diff changeset
96 message-prpl.h \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
97 multilogon.c \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
98 multilogon.h \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
99 pubdir-prpl.c \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
100 pubdir-prpl.h \
33307
45147502ceab Gadu-Gadu: refactoring - gg_http watcher
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33306
diff changeset
101 purplew.c \
33306
b1bef9a92b4c Gadu-Gadu: rename purple.(c|h) to purplew.(c|h) - purple wrappers
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33305
diff changeset
102 purplew.h \
34358
845e66c9a20d Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34356
diff changeset
103 resolver-purple.c \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
104 resolver-purple.h \
33314
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
105 roster.c \
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
106 roster.h \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
107 servconn.c \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
108 servconn.h \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
109 status.c \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
110 status.h \
34433
fa2313e5f320 Gadu-Gadu: use our own proxy/tls connecting code instead of libgadu's
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 34383
diff changeset
111 tcpsocket.c \
fa2313e5f320 Gadu-Gadu: use our own proxy/tls connecting code instead of libgadu's
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents: 34383
diff changeset
112 tcpsocket.h \
34358
845e66c9a20d Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34356
diff changeset
113 utils.c \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
114 utils.h \
33331
16c66b40f60d Gadu-Gadu: let's use brand new validation for Request API
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33329
diff changeset
115 validator.c \
16c66b40f60d Gadu-Gadu: let's use brand new validation for Request API
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33329
diff changeset
116 validator.h \
33314
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
117 xml.c \
33329
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
118 xml.h \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
119 oauth/oauth.c \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
120 oauth/oauth.h \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
121 oauth/oauth-parameter.c \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
122 oauth/oauth-parameter.h \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
123 oauth/oauth-purple.c \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
124 oauth/oauth-purple.h
14712
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
125
4202
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
126 AM_CFLAGS = $(st)
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
127
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14712
diff changeset
128 libgg_la_LDFLAGS = -module -avoid-version
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
129
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
130 if STATIC_GG
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
131
15947
15efedafba00 s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15523
diff changeset
132 st = -DPURPLE_STATIC_PRPL $(GADU_CFLAGS)
24609
c119f12de848 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents: 16810
diff changeset
133 noinst_LTLIBRARIES = libgg.la
c119f12de848 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents: 16810
diff changeset
134 libgg_la_SOURCES = $(GGSOURCES)
c119f12de848 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents: 16810
diff changeset
135 libgg_la_CFLAGS = $(AM_CFLAGS)
33462
f36899d03630 Cleaning up
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33461
diff changeset
136 libgg_la_LIBADD = $(GADU_LIBS)
3411
e9d50336f9c3 [gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents: 2894
diff changeset
137
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
138 else
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
139
13318
1657b80f2832 [gaim-migrate @ 15686]
Matthew Luckie
parents: 11414
diff changeset
140 st = $(GADU_CFLAGS)
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
141 pkg_LTLIBRARIES = libgg.la
4202
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
142 libgg_la_SOURCES = $(GGSOURCES)
33462
f36899d03630 Cleaning up
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33461
diff changeset
143 libgg_la_LIBADD = $(GLIB_LIBS) $(GADU_LIBS)
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
144
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
145 endif
4202
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
146
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
147 AM_CPPFLAGS = \
15435
4b933b06d75e Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents: 14736
diff changeset
148 -I$(top_srcdir)/libpurple \
16810
7f257f18af06 Now that version.h is a generated source file, we need to add
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 16651
diff changeset
149 -I$(top_builddir)/libpurple \
14662
ffa7b2f70a37 [gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14254
diff changeset
150 $(INTGG_CFLAGS) \
13318
1657b80f2832 [gaim-migrate @ 15686]
Matthew Luckie
parents: 11414
diff changeset
151 $(GLIB_CFLAGS) \
34383
4b1a106bbf1d Preparing a file transfer
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 34380
diff changeset
152 $(JSON_CFLAGS) \
36445
103c5fce58ce Added GPLUGIN_CFLAGS to plugin makefiles
Ankit Vani <a@nevitus.org>
parents: 34710
diff changeset
153 $(GPLUGIN_CFLAGS) \
34350
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
154 $(DEBUG_CFLAGS) \
89441dbabc83 Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33351
diff changeset
155 $(GADU_EXTRA)

mercurial