Mercurial > pidgin.yaz
annotate src/Makefile.am @ 13143:a1d5f154585b
[gaim-migrate @ 15506]
SF Patch #1415729 from Evan
"I've received a few crash reports in which yahoo_receivefile_connected()
crashes in g_strdup_printf() as a result of being passed a NULL string.
There are only two arguments to that call... xd->path and xd->host. If
either were null for some reason, we couldn't receive a file, anyways, since
we need both to do the HTTP GET request.
This patch checks against NULL for both and cancels the transfer in the
same manner it would be canceled if fed a negative (invalid) source."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 07 Feb 2006 01:43:27 +0000 |
parents | 88ef7055eba3 |
children | 33bef17125c2 |
rev | line source |
---|---|
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
1 EXTRA_DIST = \ |
11884 | 2 dbus-analyze-functions.py \ |
3 dbus-analyze-types.py \ | |
12501 | 4 gaim-notifications-example.py \ |
5 gaim-remote.py \ | |
6 gaim-send \ | |
7 gaim-send-async \ | |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
8 getopt.c \ |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
9 getopt.h \ |
6187 | 10 getopt1.c \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
11 Makefile.mingw \ |
6190 | 12 win_gaim.c \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
13 win32/IdleTracker/Makefile.mingw \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
14 win32/IdleTracker/idletrack.c \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
15 win32/IdleTracker/idletrack.h \ |
6190 | 16 win32/gaimrc.rc \ |
17 win32/global.mak \ | |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
18 win32/libc_interface.c \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
19 win32/libc_interface.h \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
20 win32/libc_internal.h \ |
6190 | 21 win32/resource.h \ |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
22 win32/untar.c \ |
6190 | 23 win32/untar.h \ |
24 win32/wgaimerror.h \ | |
25 win32/win32dep.c \ | |
26 win32/win32dep.h \ | |
27 win32/wspell.c \ | |
28 win32/wspell.h \ | |
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
29 win32/nsis/gaim-header.bmp \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6190
diff
changeset
|
30 win32/nsis/gaim-intro.bmp \ |
12548
6503701eb44f
[gaim-migrate @ 14866]
Daniel Atallah <daniel.atallah@gmail.com>
parents:
12501
diff
changeset
|
31 win32/nsis/gaim-plugin.nsh \ |
7577
f54c4f2a9d5a
[gaim-migrate @ 8193]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7431
diff
changeset
|
32 win32/nsis/langmacros.nsh \ |
10095
b28f9be379b3
[gaim-migrate @ 11114]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
9993
diff
changeset
|
33 win32/nsis/translations/albanian.nsh \ |
7577
f54c4f2a9d5a
[gaim-migrate @ 8193]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7431
diff
changeset
|
34 win32/nsis/translations/bulgarian.nsh \ |
9956
a448265e09d8
[gaim-migrate @ 10856]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
9791
diff
changeset
|
35 win32/nsis/translations/catalan.nsh \ |
7626
2fb83607becf
[gaim-migrate @ 8250]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7593
diff
changeset
|
36 win32/nsis/translations/czech.nsh \ |
7924
cb400cd78961
[gaim-migrate @ 8593]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7763
diff
changeset
|
37 win32/nsis/translations/danish.nsh \ |
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
38 win32/nsis/translations/dutch.nsh \ |
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
39 win32/nsis/translations/english.nsh \ |
8178
33802f8a2d90
[gaim-migrate @ 8895]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8126
diff
changeset
|
40 win32/nsis/translations/finnish.nsh \ |
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
41 win32/nsis/translations/french.nsh \ |
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
42 win32/nsis/translations/german.nsh \ |
8388
c08d9b0dbd29
[gaim-migrate @ 9116]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8317
diff
changeset
|
43 win32/nsis/translations/hebrew.nsh \ |
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
44 win32/nsis/translations/hungarian.nsh \ |
6448
fd3c96c0c2d6
[gaim-migrate @ 6957]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6442
diff
changeset
|
45 win32/nsis/translations/italian.nsh \ |
8183
ab0fce369327
[gaim-migrate @ 8902]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8178
diff
changeset
|
46 win32/nsis/translations/japanese.nsh \ |
8099
40163e984818
[gaim-migrate @ 8799]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7924
diff
changeset
|
47 win32/nsis/translations/korean.nsh \ |
8567
d92a7574473c
[gaim-migrate @ 9314]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8490
diff
changeset
|
48 win32/nsis/translations/norwegian.nsh \ |
8126
b6458d4ce101
[gaim-migrate @ 8830]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8113
diff
changeset
|
49 win32/nsis/translations/polish.nsh \ |
7577
f54c4f2a9d5a
[gaim-migrate @ 8193]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7431
diff
changeset
|
50 win32/nsis/translations/portuguese.nsh \ |
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
51 win32/nsis/translations/portuguese-br.nsh \ |
8099
40163e984818
[gaim-migrate @ 8799]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7924
diff
changeset
|
52 win32/nsis/translations/romanian.nsh \ |
40163e984818
[gaim-migrate @ 8799]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7924
diff
changeset
|
53 win32/nsis/translations/russian.nsh \ |
6412
4cb8e2e4b5d4
[gaim-migrate @ 6918]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6371
diff
changeset
|
54 win32/nsis/translations/serbian-latin.nsh \ |
6559
8dba07c335e9
[gaim-migrate @ 7081]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6493
diff
changeset
|
55 win32/nsis/translations/simp-chinese.nsh \ |
9561
3ff773e92747
[gaim-migrate @ 10397]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
9391
diff
changeset
|
56 win32/nsis/translations/slovak.nsh \ |
9115
f55f93a975f2
[gaim-migrate @ 9892]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
8713
diff
changeset
|
57 win32/nsis/translations/slovenian.nsh \ |
7577
f54c4f2a9d5a
[gaim-migrate @ 8193]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7431
diff
changeset
|
58 win32/nsis/translations/spanish.nsh \ |
6651
6eb1f388bdf8
[gaim-migrate @ 7176]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
6562
diff
changeset
|
59 win32/nsis/translations/swedish.nsh \ |
8464 | 60 win32/nsis/translations/trad-chinese.nsh \ |
61 win32/nsis/translations/vietnamese.nsh | |
8099
40163e984818
[gaim-migrate @ 8799]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
7924
diff
changeset
|
62 |
12024 | 63 if HAVE_VV |
64 SUBDIRS = protocols mediastreamer | |
65 else | |
2086
424a40f12a6c
[gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1901
diff
changeset
|
66 SUBDIRS = protocols |
12024 | 67 endif |
2086
424a40f12a6c
[gaim-migrate @ 2096]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1901
diff
changeset
|
68 |
9391 | 69 gaim_coresources = \ |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5530
diff
changeset
|
70 account.c \ |
9364 | 71 accountopt.c \ |
72 blist.c \ | |
73 buddyicon.c \ | |
10684
72a5babfa8b4
[gaim-migrate @ 12231]
Luke Schierer <lschiere@pidgin.im>
parents:
10643
diff
changeset
|
74 cipher.c \ |
9364 | 75 cmds.c \ |
76 connection.c \ | |
77 conversation.c \ | |
78 core.c \ | |
79 debug.c \ | |
10228 | 80 desktopitem.c \ |
9364 | 81 eventloop.c \ |
82 ft.c \ | |
12272 | 83 idle.c \ |
9364 | 84 imgstore.c \ |
85 log.c \ | |
12024 | 86 media.c \ |
10977
2ce8ec01a064
[gaim-migrate @ 12803]
Christopher O'Brien <siege@pidgin.im>
parents:
10708
diff
changeset
|
87 mime.c \ |
9364 | 88 network.c \ |
11375 | 89 ntlm.c \ |
9364 | 90 notify.c \ |
91 plugin.c \ | |
92 pluginpref.c \ | |
93 pounce.c \ | |
10245 | 94 prefix.c \ |
95 prefs.c \ | |
9364 | 96 privacy.c \ |
97 proxy.c \ | |
98 prpl.c \ | |
99 request.c \ | |
100 roomlist.c \ | |
10418 | 101 savedstatuses.c \ |
9364 | 102 server.c \ |
103 signals.c \ | |
11373 | 104 dnssrv.c\ |
9364 | 105 status.c \ |
106 stringref.c \ | |
11225 | 107 stun.c \ |
9364 | 108 sound.c \ |
109 sslconn.c \ | |
11195 | 110 upnp.c \ |
9364 | 111 util.c \ |
112 value.c \ | |
11475
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
113 xmlnode.c \ |
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
114 whiteboard.c |
9364 | 115 |
116 gaim_coreheaders = \ | |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5530
diff
changeset
|
117 account.h \ |
5638
0bdfa28c678e
[gaim-migrate @ 6047]
Christian Hammond <chipx86@chipx86.com>
parents:
5563
diff
changeset
|
118 accountopt.h \ |
5228
1a53330dfd34
[gaim-migrate @ 5598]
Christian Hammond <chipx86@chipx86.com>
parents:
5211
diff
changeset
|
119 blist.h \ |
6846
8ab95f4c9800
[gaim-migrate @ 7391]
Christian Hammond <chipx86@chipx86.com>
parents:
6748
diff
changeset
|
120 buddyicon.h \ |
10684
72a5babfa8b4
[gaim-migrate @ 12231]
Luke Schierer <lschiere@pidgin.im>
parents:
10643
diff
changeset
|
121 cipher.h \ |
9130 | 122 cmds.h \ |
5563
9eb5b13fd412
[gaim-migrate @ 5965]
Christian Hammond <chipx86@chipx86.com>
parents:
5530
diff
changeset
|
123 connection.h \ |
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
124 conversation.h \ |
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
125 core.h \ |
11884 | 126 dbus-maybe.h \ |
5211
0241d6b6702d
[gaim-migrate @ 5581]
Christian Hammond <chipx86@chipx86.com>
parents:
5206
diff
changeset
|
127 debug.h \ |
10228 | 128 desktopitem.h \ |
8273
f24172f53650
[gaim-migrate @ 8997]
Christian Hammond <chipx86@chipx86.com>
parents:
8231
diff
changeset
|
129 eventloop.h \ |
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
130 ft.h \ |
12272 | 131 idle.h \ |
6982 | 132 imgstore.h \ |
7593 | 133 log.h \ |
12024 | 134 media.h \ |
10977
2ce8ec01a064
[gaim-migrate @ 12803]
Christopher O'Brien <siege@pidgin.im>
parents:
10708
diff
changeset
|
135 mime.h \ |
8231
f50c059b6384
[gaim-migrate @ 8954]
Christian Hammond <chipx86@chipx86.com>
parents:
8183
diff
changeset
|
136 network.h \ |
5436
ad445074d239
[gaim-migrate @ 5818]
Christian Hammond <chipx86@chipx86.com>
parents:
5276
diff
changeset
|
137 notify.h \ |
11375 | 138 ntlm.h \ |
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
139 plugin.h \ |
8713 | 140 pluginpref.h \ |
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
141 pounce.h \ |
10312 | 142 prefix.h \ |
10245 | 143 prefs.h \ |
6073
6f924c4c5748
[gaim-migrate @ 6532]
Christian Hammond <chipx86@chipx86.com>
parents:
6065
diff
changeset
|
144 privacy.h \ |
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
145 proxy.h \ |
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
146 prpl.h \ |
5477
e8e498255369
[gaim-migrate @ 5873]
Christian Hammond <chipx86@chipx86.com>
parents:
5440
diff
changeset
|
147 request.h \ |
8113 | 148 roomlist.h \ |
10418 | 149 savedstatuses.h \ |
5874
964e4f94fc56
[gaim-migrate @ 6306]
Christian Hammond <chipx86@chipx86.com>
parents:
5859
diff
changeset
|
150 server.h \ |
6485
70d5122bc3ff
[gaim-migrate @ 6999]
Christian Hammond <chipx86@chipx86.com>
parents:
6448
diff
changeset
|
151 signals.h \ |
11373 | 152 dnssrv.h \ |
6065 | 153 status.h \ |
7763 | 154 stringref.h \ |
11225 | 155 stun.h \ |
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
156 sound.h \ |
6701
b7e113a59b51
[gaim-migrate @ 7227]
Christian Hammond <chipx86@chipx86.com>
parents:
6651
diff
changeset
|
157 sslconn.h \ |
11195 | 158 upnp.h \ |
6562
c53a3f0649eb
[gaim-migrate @ 7084]
Christian Hammond <chipx86@chipx86.com>
parents:
6559
diff
changeset
|
159 util.h \ |
7131 | 160 value.h \ |
9957 | 161 version.h \ |
11475
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
162 xmlnode.h \ |
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
163 whiteboard.h |
5206
ffac5e345451
[gaim-migrate @ 5574]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
164 |
9364 | 165 |
11055 | 166 |
167 if ENABLE_DBUS | |
168 | |
11337 | 169 CLEANFILES = \ |
11241 | 170 dbus-bindings.c \ |
11242 | 171 dbus-client-binding.c \ |
11331 | 172 dbus-client-binding.h \ |
11337 | 173 dbus-types.c \ |
12627 | 174 dbus-types.h \ |
175 gaim-client-bindings.c \ | |
176 gaim-client-bindings.h \ | |
177 gaim.service | |
11241 | 178 |
11242 | 179 # gaim dbus server |
11241 | 180 |
11242 | 181 dbus_sources = dbus-server.c dbus-useful.c |
11903 | 182 dbus_headers = dbus-bindings.h dbus-gaim.h dbus-server.h dbus-useful.h dbus-define-api.h |
11146 | 183 |
11187 | 184 dbus_exported = dbus-useful.h dbus-define-api.h account.h blist.h connection.h conversation.h core.h roomlist.h status.h server.h |
11146 | 185 |
11903 | 186 gaim_build_coreheaders = $(addprefix $(srcdir)/, $(gaim_coreheaders)) |
187 dbus_build_exported = $(addprefix $(srcdir)/, $(dbus_exported)) | |
11331 | 188 |
11337 | 189 dbus-types.c: dbus-analyze-types.py $(gaim_coreheaders) |
11903 | 190 cat $(gaim_build_coreheaders) | $(PYTHON) $(srcdir)/dbus-analyze-types.py --pattern=GAIM_DBUS_DEFINE_TYPE\(%s\) > $@ |
11331 | 191 |
11337 | 192 dbus-types.h: dbus-analyze-types.py $(dbus_coreheaders) |
11903 | 193 cat $(gaim_build_coreheaders) | $(PYTHON) $(srcdir)/dbus-analyze-types.py --pattern=GAIM_DBUS_DECLARE_TYPE\(%s\) > $@ |
11146 | 194 |
11171 | 195 dbus-bindings.c: dbus-analyze-functions.py $(dbus_exported) |
11903 | 196 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py > $@ |
11171 | 197 |
11331 | 198 dbus-server.$(OBJEXT): dbus-bindings.c dbus-types.c dbus-types.h |
199 $(gaim_OBJECTS): dbus-types.h | |
11241 | 200 |
201 # libgaim-client | |
202 | |
203 lib_LTLIBRARIES = libgaim-client.la | |
204 | |
12500 | 205 libgaim_client_la_SOURCES = gaim-client.c gaim-client.h |
11241 | 206 |
207 gaim-client-bindings.c: dbus-analyze-functions.py $(dbus_exported) | |
11903 | 208 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client > $@ |
11241 | 209 |
11331 | 210 gaim-client-bindings.h: dbus-analyze-types.py dbus-analyze-functions.py $(gaim_coreheaders) $(dbus_exported) |
11903 | 211 cat $(gaim_build_coreheaders) | $(PYTHON) $(srcdir)/dbus-analyze-types.py --keyword=enum --verbatim > $@ |
212 cat $(dbus_build_exported) | $(PYTHON) $(srcdir)/dbus-analyze-functions.py --client --headers >> $@ | |
11241 | 213 |
214 $(libgaim_client_la_OBJECTS): gaim-client-bindings.h gaim-client-bindings.c | |
11171 | 215 |
11241 | 216 |
217 # gaim-client-example | |
218 | |
11242 | 219 gaim_client_example_SOURCES = gaim-client-example.c |
11241 | 220 |
11405 | 221 gaim_client_example_DEPENDENCIES = @LIBOBJS@ libgaim-client.la |
11277 | 222 |
11241 | 223 gaim_client_example_LDADD = \ |
224 @LIBOBJS@ \ | |
225 libgaim-client.la \ | |
226 $(GTK_LIBS) \ | |
227 $(DBUS_LIBS) | |
228 | |
11334 | 229 gaim_clientbP = gaim-client-example |
11241 | 230 |
11405 | 231 gaim-client-example.$(OBJEXT): gaim-client-bindings.h |
11331 | 232 |
233 # scripts | |
234 | |
235 bin_SCRIPTS = gaim-remote.py gaim-notifications-example.py gaim-send gaim-send-async | |
236 | |
11171 | 237 |
11331 | 238 # gaim.service |
239 | |
240 gaim.service: | |
241 echo "[Gaim]" > $@ | |
242 echo "Name=org.gaim.GaimService" >> $@ | |
243 echo "Exec=$(bindir)/gaim" >> $@ | |
244 | |
11349 | 245 #Ideally, this directory should be autodetected, and the user should |
246 #be able to specify it as an option to "configure" | |
11351 | 247 dbus_sessiondir = $(DBUS_SESSION_DIR) |
248 dbus_session_DATA = gaim.service | |
11055 | 249 |
250 endif | |
251 | |
11405 | 252 bin_PROGRAMS = gaim $(gaim_clientbP) |
11334 | 253 |
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
254 gaim_SOURCES = \ |
11618
82c9c0f5e742
[gaim-migrate @ 13892]
Gary Kramlich <grim@reaperworld.com>
parents:
11617
diff
changeset
|
255 $(gaim_coresources) \ |
82c9c0f5e742
[gaim-migrate @ 13892]
Gary Kramlich <grim@reaperworld.com>
parents:
11617
diff
changeset
|
256 $(dbus_sources) \ |
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
257 gtkblist.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
258 gtkcombobox.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
259 gtkcelllayout.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
260 gtkcellview.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
261 gtkcellviewmenuitem.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
262 gtkaccount.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
263 gtkcellrendererprogress.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
264 gtkconn.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
265 gtkconv.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
266 gtkdebug.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
267 gtkdialogs.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
268 gtkdnd-hints.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
269 gtkeventloop.c \ |
11735 | 270 gtkexpander.c \ |
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
271 gtkft.c \ |
11907 | 272 gtkidle.c \ |
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
273 gtkimhtml.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
274 gtkimhtmltoolbar.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
275 gtklog.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
276 gtkmain.c \ |
12024 | 277 gtkmedia.c \ |
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
278 gtkmenutray.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
279 gtknotify.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
280 gtkplugin.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
281 gtkpluginpref.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
282 gtkprefs.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
283 gtkprivacy.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
284 gtkpounce.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
285 gtkrequest.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
286 gtkroomlist.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
287 gtksavedstatuses.c \ |
12249 | 288 gtksession.c \ |
11617
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
289 gtksound.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
290 gtksourceiter.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
291 gtkstatusbox.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
292 gtkstock.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
293 gtkthemes.c \ |
169872d69cda
[gaim-migrate @ 13891]
Gary Kramlich <grim@reaperworld.com>
parents:
11584
diff
changeset
|
294 gtkutils.c \ |
12249 | 295 gtkwhiteboard.c |
9364 | 296 |
297 gaim_headers = \ | |
11095 | 298 $(dbus_headers) \ |
9364 | 299 gaim.h \ |
10708 | 300 gtkcombobox.h \ |
301 gtkcelllayout.h \ | |
302 gtkcellview.h \ | |
303 gtkcellviewmenuitem.h \ | |
304 gtkcellview.h \ | |
305 gtkcellviewmenuitem.h \ | |
9364 | 306 gtkaccount.h \ |
307 gtkcellrendererprogress.h \ | |
308 gtkblist.h \ | |
309 gtkconn.h \ | |
310 gtkconv.h \ | |
11584 | 311 gtkconvwin.h \ |
9364 | 312 gtkdebug.h \ |
9709 | 313 gtkdialogs.h \ |
10297
ec140184437b
[gaim-migrate @ 11480]
Luke Schierer <lschiere@pidgin.im>
parents:
10295
diff
changeset
|
314 gtkdnd-hints.h \ |
9364 | 315 gtkeventloop.h \ |
11735 | 316 gtkexpander.h \ |
9364 | 317 gtkft.h \ |
9791 | 318 gtkgaim.h \ |
11907 | 319 gtkidle.h \ |
9364 | 320 gtkimhtml.h \ |
321 gtkimhtmltoolbar.h \ | |
322 gtklog.h \ | |
12024 | 323 gtkmedia.h \ |
11553
5c8210f7cbe2
[gaim-migrate @ 13813]
Gary Kramlich <grim@reaperworld.com>
parents:
11525
diff
changeset
|
324 gtkmenutray.h \ |
12360
3153661f4d5c
[gaim-migrate @ 14664]
Luke Schierer <lschiere@pidgin.im>
parents:
12272
diff
changeset
|
325 gtknickcolors.h \ |
9364 | 326 gtknotify.h \ |
327 gtkplugin.h \ | |
328 gtkpluginpref.h \ | |
329 gtkprefs.h \ | |
330 gtkprivacy.h \ | |
331 gtkpounce.h \ | |
332 gtkrequest.h \ | |
333 gtkroomlist.h \ | |
10418 | 334 gtksavedstatuses.h \ |
12251 | 335 gtksession.h \ |
9364 | 336 gtksound.h \ |
337 gtksourceiter.h \ | |
10643 | 338 gtkstatusbox.h \ |
10297
ec140184437b
[gaim-migrate @ 11480]
Luke Schierer <lschiere@pidgin.im>
parents:
10295
diff
changeset
|
339 gtkstock.h \ |
11525 | 340 gtkthemes.h \ |
9364 | 341 gtkutils.h \ |
11475
7fab28c991f3
[gaim-migrate @ 13717]
Gary Kramlich <grim@reaperworld.com>
parents:
11441
diff
changeset
|
342 gtkwhiteboard.h |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
343 |
13036 | 344 noinst_HEADERS= \ |
13035
7da470b0c424
[gaim-migrate @ 15393]
Richard Laager <rlaager@wiktel.com>
parents:
12627
diff
changeset
|
345 internal.h |
7da470b0c424
[gaim-migrate @ 15393]
Richard Laager <rlaager@wiktel.com>
parents:
12627
diff
changeset
|
346 |
9364 | 347 gaimincludedir=$(includedir)/gaim |
348 gaiminclude_HEADERS = \ | |
349 $(gaim_coreheaders) \ | |
350 $(gaim_headers) | |
351 | |
12024 | 352 if HAVE_VV |
353 MS_LIBS=$(top_srcdir)/src/mediastreamer/libmediastreamer.la | |
354 MS_INCLUDES=-I$(top_srcdir)/src/mediastreamer | |
355 endif | |
356 | |
12033 | 357 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS) $(MS_LIBS) |
1658
ea5b31cdd438
[gaim-migrate @ 1668]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
1523
diff
changeset
|
358 gaim_LDFLAGS = -export-dynamic |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
359 gaim_LDADD = \ |
4418 | 360 @LIBOBJS@ \ |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
361 $(GTK_LIBS) \ |
11055 | 362 $(DBUS_LIBS) \ |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
363 $(SOUND_LIBS) \ |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
364 $(STATIC_LINK_LIBS) \ |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
365 $(XSS_LIBS) \ |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
366 $(SM_LIBS) \ |
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
367 $(INTLLIBS) \ |
12068
8e9c18896431
[gaim-migrate @ 14363]
Richard Laager <rlaager@wiktel.com>
parents:
12061
diff
changeset
|
368 $(GTKSPELL_LIBS) \ |
12024 | 369 $(STARTUP_NOTIFICATION_LIBS) \ |
370 $(VV_LIBS) \ | |
371 $(MS_LIBS) | |
357
e396f6c4a342
[gaim-migrate @ 367]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
349
diff
changeset
|
372 |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
4184
diff
changeset
|
373 AM_CPPFLAGS = \ |
10245 | 374 -DBR_PTHREADS=0 \ |
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
375 -DDATADIR=\"$(datadir)\" \ |
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
376 -DLIBDIR=\"$(libdir)/gaim/\" \ |
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
377 -DLOCALEDIR=\"$(datadir)/locale\" \ |
8702 | 378 -DSYSCONFDIR=\"$(sysconfdir)\" \ |
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
379 -I$(top_srcdir)/plugins \ |
12024 | 380 $(MS_INCLUDES) \ |
381 $(VV_CFLAGS) \ | |
4683
dfd1fe914da2
[gaim-migrate @ 4994]
Christian Hammond <chipx86@chipx86.com>
parents:
4561
diff
changeset
|
382 $(AUDIOFILE_CFLAGS) \ |
4684 | 383 $(AO_CFLAGS) \ |
5859
022786c7ab53
[gaim-migrate @ 6290]
Christian Hammond <chipx86@chipx86.com>
parents:
5717
diff
changeset
|
384 $(DEBUG_CFLAGS) \ |
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
6198
diff
changeset
|
385 $(GTK_CFLAGS) \ |
11055 | 386 $(DBUS_CFLAGS) \ |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7136
diff
changeset
|
387 $(GTKSPELL_CFLAGS) \ |
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
7136
diff
changeset
|
388 $(STARTUP_NOTIFICATION_CFLAGS) |