Thu, 24 Apr 2014 00:28:03 +0200
Use simplified directory install target for prpls too
| 33462 | 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 | |
|
35889
28f5c30792a8
Use simplified directory install target for prpls too
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35860
diff
changeset
|
6 | pkgdir = @PURPLE_PLUGINDIR@ |
|
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
|
7 | |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
8 | EXTRA_DIST = \ |
|
35603
08adaffc9b06
Fix make distcheck for default branch
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35579
diff
changeset
|
9 | account.c \ |
|
08adaffc9b06
Fix make distcheck for default branch
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35579
diff
changeset
|
10 | account.h \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
11 | 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
|
12 | 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
|
13 | |
|
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
|
14 | 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
|
15 | INTGGSOURCES = \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
16 | lib/common.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
17 | lib/config.h \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
18 | lib/dcc.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
19 | 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
|
20 | lib/debug.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
21 | 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
|
22 | 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
|
23 | 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
|
24 | 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
|
25 | lib/encoding.h \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
26 | lib/endian.c \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
27 | lib/events.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
28 | 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
|
29 | lib/handlers.c \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
30 | lib/http.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
31 | lib/internal.h \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
32 | lib/libgadu.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
33 | 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
|
34 | 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
|
35 | lib/message.h \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
36 | lib/network.c \ |
|
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
37 | lib/network.h \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
38 | lib/obsolete.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
39 | lib/packets.pb-c.c \ |
|
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
40 | lib/packets.pb-c.h \ |
|
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
41 | lib/protobuf-c.c \ |
|
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
42 | lib/protobuf-c.h \ |
|
35557
e83a87761544
Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35305
diff
changeset
|
43 | lib/protobuf.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
44 | 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
|
45 | 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
|
46 | lib/pubdir.c \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
47 | 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
|
48 | 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
|
49 | 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
|
50 | lib/session.h \ |
|
35557
e83a87761544
Gadu-Gadu: update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35305
diff
changeset
|
51 | lib/strman.h \ |
|
35617
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
52 | lib/sha1.c \ |
|
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
53 | lib/tvbuff.c \ |
|
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
54 | lib/tvbuff.h \ |
|
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
55 | lib/tvbuilder.c \ |
|
c9069e0e3c36
Update internal libgadu to 1.12.0-rc2
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
32048
diff
changeset
|
56 | lib/tvbuilder.h |
| 2393 | 57 | |
| 58 | ||
|
33300
c671ae84307f
Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33299
diff
changeset
|
59 | 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
|
60 | $(ZLIB_CFLAGS) \ |
|
35579
da76dcd7e5a6
Gadu-Gadu: Remove unnecessary define
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35557
diff
changeset
|
61 | -DGG_IGNORE_DEPRECATED |
|
33314
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
62 | 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
|
63 | endif |
|
31649
a0893f99877d
Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
31609
diff
changeset
|
64 | |
|
a0893f99877d
Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
31609
diff
changeset
|
65 | if USE_GNUTLS |
|
a0893f99877d
Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
31609
diff
changeset
|
66 | 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
|
67 | GADU_CFLAGS += $(GNUTLS_CFLAGS) |
|
14662
ffa7b2f70a37
[gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
68 | endif |
|
ffa7b2f70a37
[gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
69 | |
|
34383
4b1a106bbf1d
Preparing a file transfer
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34380
diff
changeset
|
70 | GADU_LIBS += $(JSON_LIBS) |
|
4b1a106bbf1d
Preparing a file transfer
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34380
diff
changeset
|
71 | |
|
14712
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
72 | GGSOURCES = \ |
|
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
73 | $(INTGGSOURCES) \ |
|
34350
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
74 | avatar.c \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
75 | avatar.h \ |
|
34710
6182323fbb0c
Renamed gg's buddylist.[ch] to blist.[ch]
Ankit Vani <a@nevitus.org>
parents:
33462
diff
changeset
|
76 | blist.c \ |
| 34946 | 77 | blist.h \ |
|
34350
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
78 | chat.c \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
79 | chat.h \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
80 | deprecated.c \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
81 | deprecated.h \ |
|
34380
2179667660bc
Edisc authentication, file transfer implementation started
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34378
diff
changeset
|
82 | edisc.c \ |
|
2179667660bc
Edisc authentication, file transfer implementation started
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34378
diff
changeset
|
83 | 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
|
84 | gg.c \ |
|
14712
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
85 | gg.h \ |
|
34358
845e66c9a20d
Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34356
diff
changeset
|
86 | html.c \ |
|
845e66c9a20d
Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34356
diff
changeset
|
87 | html.h \ |
|
35819
cc375b914104
imgstore: remove refs from gg prpl
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35620
diff
changeset
|
88 | image-prpl.c \ |
|
cc375b914104
imgstore: remove refs from gg prpl
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35620
diff
changeset
|
89 | image-prpl.h \ |
|
35144
3590ceb242b5
Gadu-Gadu: multilogon / other sessions dialog implementation. Refs #14366
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35001
diff
changeset
|
90 | keymapper.c \ |
|
3590ceb242b5
Gadu-Gadu: multilogon / other sessions dialog implementation. Refs #14366
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35001
diff
changeset
|
91 | keymapper.h \ |
|
34350
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
92 | libgadu-events.c \ |
|
34358
845e66c9a20d
Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34356
diff
changeset
|
93 | libgadu-events.h \ |
|
34350
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
94 | libgaduw.c \ |
|
34358
845e66c9a20d
Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34356
diff
changeset
|
95 | libgaduw.h \ |
|
845e66c9a20d
Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34356
diff
changeset
|
96 | message-prpl.c \ |
|
34356
5d59fd4d5b2d
Gadu-Gadu: reimplementation of receiving messages
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34352
diff
changeset
|
97 | message-prpl.h \ |
|
34350
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
98 | multilogon.c \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
99 | multilogon.h \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
100 | pubdir-prpl.c \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
101 | pubdir-prpl.h \ |
|
33307
45147502ceab
Gadu-Gadu: refactoring - gg_http watcher
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33306
diff
changeset
|
102 | 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
|
103 | purplew.h \ |
|
34358
845e66c9a20d
Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34356
diff
changeset
|
104 | resolver-purple.c \ |
|
34350
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
105 | resolver-purple.h \ |
|
33314
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
106 | roster.c \ |
|
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
107 | roster.h \ |
|
34350
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
108 | servconn.c \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
109 | servconn.h \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
110 | status.c \ |
|
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
111 | 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
|
112 | 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
|
113 | tcpsocket.h \ |
|
34358
845e66c9a20d
Gadu-Gadu: sent messages reformatting, as in GG11
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34356
diff
changeset
|
114 | utils.c \ |
|
34350
89441dbabc83
Gadu-Gadu: initial GG11 conferences support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33351
diff
changeset
|
115 | 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
|
116 | validator.c \ |
|
16c66b40f60d
Gadu-Gadu: let's use brand new validation for Request API
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33329
diff
changeset
|
117 | validator.h \ |
|
33314
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
118 | xml.c \ |
|
33329
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
119 | xml.h \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
120 | oauth/oauth.c \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
121 | oauth/oauth.h \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
122 | oauth/oauth-parameter.c \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
123 | oauth/oauth-parameter.h \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
124 | oauth/oauth-purple.c \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
125 | oauth/oauth-purple.h |
|
14712
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
126 | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
127 | AM_CFLAGS = $(st) |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
128 | |
|
35860
9ec9886a1ad3
cross-win32: correct dependencies and linker flags for Pidgin/libpurple/Finch plugins. They builds and runs now
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35819
diff
changeset
|
129 | libgg_la_LDFLAGS = -module @PLUGIN_LDFLAGS@ |
| 2393 | 130 | |
| 131 | if STATIC_GG | |
| 132 | ||
|
15947
15efedafba00
s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15523
diff
changeset
|
133 | 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
|
134 | 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
|
135 | 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
|
136 | libgg_la_CFLAGS = $(AM_CFLAGS) |
|
3411
e9d50336f9c3
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
137 | |
| 2393 | 138 | else |
| 139 | ||
| 13318 | 140 | st = $(GADU_CFLAGS) |
| 2393 | 141 | pkg_LTLIBRARIES = libgg.la |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
142 | libgg_la_SOURCES = $(GGSOURCES) |
| 2393 | 143 | |
| 144 | endif | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
145 | |
|
35860
9ec9886a1ad3
cross-win32: correct dependencies and linker flags for Pidgin/libpurple/Finch plugins. They builds and runs now
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35819
diff
changeset
|
146 | libgg_la_LIBADD = @PURPLE_LIBS@ $(GADU_LIBS) |
|
9ec9886a1ad3
cross-win32: correct dependencies and linker flags for Pidgin/libpurple/Finch plugins. They builds and runs now
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35819
diff
changeset
|
147 | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
148 | AM_CPPFLAGS = \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
14736
diff
changeset
|
149 | -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
|
150 | -I$(top_builddir)/libpurple \ |
|
14662
ffa7b2f70a37
[gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
151 | $(INTGG_CFLAGS) \ |
| 13318 | 152 | $(GLIB_CFLAGS) \ |
|
34383
4b1a106bbf1d
Preparing a file transfer
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
34380
diff
changeset
|
153 | $(JSON_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) |