libpurple/protocols/gg/Makefile.am

Mon, 06 Aug 2012 13:16:32 +0200

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Mon, 06 Aug 2012 13:16:32 +0200
branch
soc.2012.gg
changeset 33329
cf23e0f1861a
parent 33314
57013b9e1a8e
child 33331
16c66b40f60d
permissions
-rw-r--r--

Gadu-Gadu: OAuth support

33314
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
1 V=0
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
2
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
3 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
4
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
5 EXTRA_DIST = \
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
6 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
7 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
8
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 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
10 INTGGSOURCES = \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
11 lib/common.c \
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
12 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
13 lib/config.h \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
14 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
15 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
16 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
17 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
18 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
19 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
20 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
21 lib/encoding.h \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
22 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
23 lib/handlers.c \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
24 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
25 lib/internal.h \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
26 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
27 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
28 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
29 lib/message.h \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
30 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
31 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
32 lib/pubdir.c \
13673
1b09c1bd8a40 [gaim-migrate @ 16073]
Richard Laager <rlaager@pidgin.im>
parents: 13627
diff changeset
33 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
34 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
35 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
36 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
37 lib/sha1.c
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
38
33300
c671ae84307f Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33299
diff changeset
39 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
40 $(ZLIB_CFLAGS) \
33300
c671ae84307f Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33299
diff changeset
41 -DGG_IGNORE_DEPRECATED \
c671ae84307f Updated libgadu to 1.11.2, configure.ac refactoring
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33299
diff changeset
42 -DGG_INTERNAL_LIBGADU_VERSION=$(GADU_LIBGADU_VERSION)
33314
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
43 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
44 endif
31649
a0893f99877d Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 31609
diff changeset
45
a0893f99877d Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 31609
diff changeset
46 if USE_GNUTLS
a0893f99877d Gadu-Gadu: Add encrypted (SSL) connection support for GNUTLS users.
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 31609
diff changeset
47 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
48 GADU_CFLAGS += $(GNUTLS_CFLAGS)
14662
ffa7b2f70a37 [gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14254
diff changeset
49 endif
ffa7b2f70a37 [gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14254
diff changeset
50
14712
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
51 GGSOURCES = \
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
52 $(INTGGSOURCES) \
33299
b3c4ab3aeb7f Gadu-Gadu: utils refactoring, (partially) fix new account registration
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33298
diff changeset
53 utils.h \
b3c4ab3aeb7f Gadu-Gadu: utils refactoring, (partially) fix new account registration
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33298
diff changeset
54 utils.c \
14712
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
55 confer.h \
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
56 confer.c \
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
57 search.h \
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
58 search.c \
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
59 buddylist.h \
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
60 buddylist.c \
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
61 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
62 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
63 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
64 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
65 image.h \
33303
50f7a92eeb90 Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33300
diff changeset
66 image.c \
50f7a92eeb90 Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33300
diff changeset
67 account.h \
50f7a92eeb90 Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33300
diff changeset
68 account.c \
50f7a92eeb90 Gadu-Gadu: code refactoring - token request, proxy setup (deprecated)
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33300
diff changeset
69 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
70 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
71 purplew.h \
33307
45147502ceab Gadu-Gadu: refactoring - gg_http watcher
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33306
diff changeset
72 purplew.c \
45147502ceab Gadu-Gadu: refactoring - gg_http watcher
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33306
diff changeset
73 libgaduw.h \
33313
5a0c6582d5b1 Gadu-Gadu: refactoring of buddy avatars handling. Fixes #13739, #14305
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33307
diff changeset
74 libgaduw.c \
5a0c6582d5b1 Gadu-Gadu: refactoring of buddy avatars handling. Fixes #13739, #14305
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33307
diff changeset
75 avatar.h \
5a0c6582d5b1 Gadu-Gadu: refactoring of buddy avatars handling. Fixes #13739, #14305
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33307
diff changeset
76 avatar.c \
5a0c6582d5b1 Gadu-Gadu: refactoring of buddy avatars handling. Fixes #13739, #14305
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33307
diff changeset
77 libgadu-events.h \
33314
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
78 libgadu-events.c \
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
79 roster.c \
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
80 roster.h \
57013b9e1a8e Gadu-Gadu: roster - downloading
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33313
diff changeset
81 xml.c \
33329
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
82 xml.h \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
83 oauth/oauth.c \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
84 oauth/oauth.h \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
85 oauth/oauth-parameter.c \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
86 oauth/oauth-parameter.h \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
87 oauth/oauth-purple.c \
cf23e0f1861a Gadu-Gadu: OAuth support
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 33314
diff changeset
88 oauth/oauth-purple.h
14712
daa8b1ebd07b [gaim-migrate @ 17396]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14666
diff changeset
89
4202
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
90 AM_CFLAGS = $(st)
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
91
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14712
diff changeset
92 libgg_la_LDFLAGS = -module -avoid-version
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
93
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
94 if STATIC_GG
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
95
15947
15efedafba00 s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 15523
diff changeset
96 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
97 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
98 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
99 libgg_la_CFLAGS = $(AM_CFLAGS)
c119f12de848 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <markdoliner@pidgin.im>
parents: 16810
diff changeset
100 libgg_la_LIBADD = $(GADU_LIBS)
3411
e9d50336f9c3 [gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents: 2894
diff changeset
101
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
102 else
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
103
13318
1657b80f2832 [gaim-migrate @ 15686]
Matthew Luckie
parents: 11414
diff changeset
104 st = $(GADU_CFLAGS)
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
105 pkg_LTLIBRARIES = libgg.la
4202
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
106 libgg_la_SOURCES = $(GGSOURCES)
14736
90fe3dd8e9db [gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14712
diff changeset
107 libgg_la_LIBADD = $(GLIB_LIBS) $(GADU_LIBS)
2393
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
108
cfef0212506b [gaim-migrate @ 2406]
Eric Warmenhoven <warmenhoven@yahoo.com>
parents:
diff changeset
109 endif
4202
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
110
8b92de3b1c07 [gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents: 4051
diff changeset
111 AM_CPPFLAGS = \
33285
32cbdbf016bd Gadu-Gadu: synchronize internal libgadu with upstream - part 4. Adds -Wall -Wextra -Werror switches. Refs #343
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
parents: 32674
diff changeset
112 -Wall -Wextra -Werror \
15435
4b933b06d75e Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents: 14736
diff changeset
113 -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
114 -I$(top_builddir)/libpurple \
14662
ffa7b2f70a37 [gaim-migrate @ 17327]
Stu Tomlinson <nosnilmot@pidgin.im>
parents: 14254
diff changeset
115 $(INTGG_CFLAGS) \
13318
1657b80f2832 [gaim-migrate @ 15686]
Matthew Luckie
parents: 11414
diff changeset
116 $(GLIB_CFLAGS) \
1657b80f2832 [gaim-migrate @ 15686]
Matthew Luckie
parents: 11414
diff changeset
117 $(DEBUG_CFLAGS)

mercurial