Sat, 06 Jul 2013 16:12:19 +0530
Renamed gg's buddylist.[ch] to blist.[ch]
| 33462 | 1 | #V=0 |
|
33351
bd15903d0d89
Gadu-Gadu: fix compilation on 64bit targets
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33346
diff
changeset
|
2 | #GADU_EXTRA_WARNINGS = -Wall -Wextra -Werror |
|
33314
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
3 | |
|
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
|
4 | 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
|
5 | |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
6 | EXTRA_DIST = \ |
|
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
7 | 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
|
8 | 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
|
9 | |
|
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 | 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
|
11 | INTGGSOURCES = \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
12 | lib/common.c \ |
|
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
13 | lib/compat.h \ |
|
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
|
14 | lib/config.h \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
15 | 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
|
16 | 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
|
17 | 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
|
18 | 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
|
19 | 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
|
20 | 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
|
21 | 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
|
22 | lib/encoding.h \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
23 | lib/events.c \ |
|
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/handlers.c \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
25 | 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
|
26 | lib/internal.h \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
27 | 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
|
28 | 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
|
29 | 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
|
30 | lib/message.h \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
31 | lib/obsolete.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
|
32 | 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
|
33 | lib/pubdir.c \ |
|
13673
1b09c1bd8a40
[gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents:
13627
diff
changeset
|
34 | 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
|
35 | 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
|
36 | 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
|
37 | lib/session.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
|
38 | lib/sha1.c |
| 2393 | 39 | |
|
33300
c671ae84307f
Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33299
diff
changeset
|
40 | 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
|
41 | $(ZLIB_CFLAGS) \ |
|
33300
c671ae84307f
Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33299
diff
changeset
|
42 | -DGG_IGNORE_DEPRECATED \ |
|
c671ae84307f
Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33299
diff
changeset
|
43 | -DGG_INTERNAL_LIBGADU_VERSION=$(GADU_LIBGADU_VERSION) |
|
33314
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
44 | 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
|
45 | endif |
|
31649
a0893f99877d
Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
31609
diff
changeset
|
46 | |
|
a0893f99877d
Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
31609
diff
changeset
|
47 | if USE_GNUTLS |
|
a0893f99877d
Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
31609
diff
changeset
|
48 | 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
|
49 | GADU_CFLAGS += $(GNUTLS_CFLAGS) |
|
14662
ffa7b2f70a37
[gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
50 | endif |
|
ffa7b2f70a37
[gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
51 | |
|
14712
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
52 | GGSOURCES = \ |
|
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
53 | $(INTGGSOURCES) \ |
|
33299
b3c4ab3aeb7f
Gadu-Gadu: utils refactoring, (partially) fix new account registration
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33298
diff
changeset
|
54 | utils.h \ |
|
b3c4ab3aeb7f
Gadu-Gadu: utils refactoring, (partially) fix new account registration
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33298
diff
changeset
|
55 | utils.c \ |
|
14712
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
56 | confer.h \ |
|
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
57 | confer.c \ |
|
34710
6182323fbb0c
Renamed gg's buddylist.[ch] to blist.[ch]
Ankit Vani <a@nevitus.org>
parents:
33462
diff
changeset
|
58 | blist.h \ |
|
6182323fbb0c
Renamed gg's buddylist.[ch] to blist.[ch]
Ankit Vani <a@nevitus.org>
parents:
33462
diff
changeset
|
59 | blist.c \ |
|
14712
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
60 | gg.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
|
61 | gg.c \ |
|
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
|
62 | resolver-purple.h \ |
|
33298
519acf37d16e
Gadu-Gadu: fix receiving of inline images after 3.x changes; code refactoring here as well
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33292
diff
changeset
|
63 | resolver-purple.c \ |
|
519acf37d16e
Gadu-Gadu: fix receiving of inline images after 3.x changes; code refactoring here as well
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33292
diff
changeset
|
64 | image.h \ |
|
33303
50f7a92eeb90
Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33300
diff
changeset
|
65 | image.c \ |
|
50f7a92eeb90
Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33300
diff
changeset
|
66 | account.h \ |
|
50f7a92eeb90
Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33300
diff
changeset
|
67 | account.c \ |
|
50f7a92eeb90
Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33300
diff
changeset
|
68 | deprecated.h \ |
|
33305
41e5ff454167
Gadu-Gadu: ggp_purple_request_processing implementation; refactoring of account registration (first stage); cancellable token request
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33303
diff
changeset
|
69 | deprecated.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
|
70 | purplew.h \ |
|
33307
45147502ceab
Gadu-Gadu: refactoring - gg_http watcher
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33306
diff
changeset
|
71 | purplew.c \ |
|
45147502ceab
Gadu-Gadu: refactoring - gg_http watcher
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33306
diff
changeset
|
72 | libgaduw.h \ |
|
33313
5a0c6582d5b1
Gadu-Gadu: refactoring of buddy avatars handling. Fixes #13739, #14305
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33307
diff
changeset
|
73 | libgaduw.c \ |
|
5a0c6582d5b1
Gadu-Gadu: refactoring of buddy avatars handling. Fixes #13739, #14305
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33307
diff
changeset
|
74 | avatar.h \ |
|
5a0c6582d5b1
Gadu-Gadu: refactoring of buddy avatars handling. Fixes #13739, #14305
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33307
diff
changeset
|
75 | avatar.c \ |
|
5a0c6582d5b1
Gadu-Gadu: refactoring of buddy avatars handling. Fixes #13739, #14305
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33307
diff
changeset
|
76 | libgadu-events.h \ |
|
33314
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
77 | libgadu-events.c \ |
|
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
78 | roster.c \ |
|
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
79 | roster.h \ |
|
33331
16c66b40f60d
Gadu-Gadu: let's use brand new validation for Request API
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33329
diff
changeset
|
80 | validator.c \ |
|
16c66b40f60d
Gadu-Gadu: let's use brand new validation for Request API
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33329
diff
changeset
|
81 | validator.h \ |
|
33314
57013b9e1a8e
Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33313
diff
changeset
|
82 | xml.c \ |
|
33329
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
83 | xml.h \ |
|
33334
734fc6da6179
Gadu-Gadu: initial multilogon support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33331
diff
changeset
|
84 | multilogon.c \ |
|
734fc6da6179
Gadu-Gadu: initial multilogon support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33331
diff
changeset
|
85 | multilogon.h \ |
|
33336
7c97b5dd3bf4
Gadu-Gadu: status refactoring - own status
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33334
diff
changeset
|
86 | status.c \ |
|
7c97b5dd3bf4
Gadu-Gadu: status refactoring - own status
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33334
diff
changeset
|
87 | status.h \ |
|
33339
02ee2834030c
Gadu-Gadu: servers history feature
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33336
diff
changeset
|
88 | servconn.c \ |
|
02ee2834030c
Gadu-Gadu: servers history feature
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33336
diff
changeset
|
89 | servconn.h \ |
|
33343
09f740724036
Gadu-Gadu: extended OAuth support, initial support for gg10.5 public directory
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33339
diff
changeset
|
90 | pubdir-prpl.c \ |
|
09f740724036
Gadu-Gadu: extended OAuth support, initial support for gg10.5 public directory
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33339
diff
changeset
|
91 | pubdir-prpl.h \ |
|
33329
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
92 | oauth/oauth.c \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
93 | oauth/oauth.h \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
94 | oauth/oauth-parameter.c \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
95 | oauth/oauth-parameter.h \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
96 | oauth/oauth-purple.c \ |
|
cf23e0f1861a
Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33314
diff
changeset
|
97 | oauth/oauth-purple.h |
|
14712
daa8b1ebd07b
[gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14666
diff
changeset
|
98 | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
99 | AM_CFLAGS = $(st) |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
100 | |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14712
diff
changeset
|
101 | libgg_la_LDFLAGS = -module -avoid-version |
| 2393 | 102 | |
| 103 | if STATIC_GG | |
| 104 | ||
|
15947
15efedafba00
s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15523
diff
changeset
|
105 | 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
|
106 | 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
|
107 | 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
|
108 | libgg_la_CFLAGS = $(AM_CFLAGS) |
| 33462 | 109 | libgg_la_LIBADD = $(GADU_LIBS) |
|
3411
e9d50336f9c3
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
2894
diff
changeset
|
110 | |
| 2393 | 111 | else |
| 112 | ||
| 13318 | 113 | st = $(GADU_CFLAGS) |
| 2393 | 114 | pkg_LTLIBRARIES = libgg.la |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
115 | libgg_la_SOURCES = $(GGSOURCES) |
| 33462 | 116 | libgg_la_LIBADD = $(GLIB_LIBS) $(GADU_LIBS) |
| 2393 | 117 | |
| 118 | endif | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
119 | |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4051
diff
changeset
|
120 | AM_CPPFLAGS = \ |
|
33351
bd15903d0d89
Gadu-Gadu: fix compilation on 64bit targets
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents:
33346
diff
changeset
|
121 | $(GADU_EXTRA_WARNINGS) \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
14736
diff
changeset
|
122 | -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
|
123 | -I$(top_builddir)/libpurple \ |
|
14662
ffa7b2f70a37
[gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
124 | $(INTGG_CFLAGS) \ |
| 13318 | 125 | $(GLIB_CFLAGS) \ |
| 126 | $(DEBUG_CFLAGS) |