Wed, 13 May 2009 20:29:03 +0000
Support custom smileys in MUCs (when all participants support BoB and a maximum
of 10 participants are in the chat).
Always announce support for BoB, since disable custom smileys will still turn
off fetching them, and BoB can be used for other purposes further on.
|
15780
9e3936ea0471
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15702
diff
changeset
|
1 | EXTRA_DIST = \ |
|
9e3936ea0471
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15702
diff
changeset
|
2 | getopt.c \ |
|
9e3936ea0471
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15702
diff
changeset
|
3 | getopt.h \ |
|
20218
3ab4aeb23403
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19687
diff
changeset
|
4 | getopt1.c \ |
|
3ab4aeb23403
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19687
diff
changeset
|
5 | finch.pc.in |
|
3ab4aeb23403
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19687
diff
changeset
|
6 | |
|
3ab4aeb23403
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19687
diff
changeset
|
7 | pkgconfigdir = $(libdir)/pkgconfig |
|
3ab4aeb23403
applied changes from b5a4f36867889f85c7c9d341c9c295f2f4e51e1d
Luke Schierer <lschiere@pidgin.im>
parents:
19687
diff
changeset
|
8 | pkgconfig_DATA = finch.pc |
|
15780
9e3936ea0471
Fix bug# 1653581: "2.0beta6 does not compile on Solaris 9 w/gcc 3.4.6" because getopt.h was missing from the tarball.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15702
diff
changeset
|
9 | |
| 14289 | 10 | SUBDIRS = libgnt plugins |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
11 | |
|
16552
acf244107713
I think this fixes #331.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15946
diff
changeset
|
12 | if ENABLE_GNT |
|
acf244107713
I think this fixes #331.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15946
diff
changeset
|
13 | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15802
diff
changeset
|
14 | bin_PROGRAMS = finch |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
15 | |
|
16552
acf244107713
I think this fixes #331.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15946
diff
changeset
|
16 | endif |
|
acf244107713
I think this fixes #331.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15946
diff
changeset
|
17 | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15802
diff
changeset
|
18 | finch_SOURCES = \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
19 | gntaccount.c \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
20 | gntblist.c \ |
|
19687
13159f49d3a8
Add certificate UI in finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18716
diff
changeset
|
21 | gntcertmgr.c \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
22 | gntconn.c \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
23 | gntconv.c \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
24 | gntdebug.c \ |
|
15702
111fdd9108cc
Patch from Richard 'wabz' Nelson to add file-transfer ui. Amazing stuff\!
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15564
diff
changeset
|
25 | gntft.c \ |
| 15884 | 26 | finch.c \ |
|
15802
1e124a68997e
gntgaim idle reporting, this fixes idle return
Richard Nelson <wabz@pidgin.im>
parents:
15780
diff
changeset
|
27 | gntidle.c \ |
|
22376
25a17b6b69c2
Add a finch log viewer. This is largely copied from Pidgin.
Richard Nelson <wabz@pidgin.im>
parents:
22136
diff
changeset
|
28 | gntlog.c \ |
|
22650
3ed9cc16bf2a
Some media support in finch. This needs to be updated for the got-accept signal.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
22398
diff
changeset
|
29 | gntmedia.c \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
30 | gntnotify.c \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
31 | gntplugin.c \ |
|
15564
61befe113a13
Wonderful patch from Richard 'wabz' Nelson to fix the bug of lacking a pounce ui.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15529
diff
changeset
|
32 | gntpounce.c \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
33 | gntprefs.c \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
34 | gntrequest.c \ |
|
22136
9db77fc00a0e
Implementation of the roomlist API.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20218
diff
changeset
|
35 | gntroomlist.c \ |
| 18155 | 36 | gntsound.c \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
37 | gntstatus.c \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
38 | gntui.c |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
39 | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15802
diff
changeset
|
40 | finch_headers = \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
41 | gntaccount.h \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
42 | gntblist.h \ |
|
19687
13159f49d3a8
Add certificate UI in finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18716
diff
changeset
|
43 | gntcertmgr.h \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
44 | gntconn.h \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
45 | gntconv.h \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
46 | gntdebug.h \ |
|
15702
111fdd9108cc
Patch from Richard 'wabz' Nelson to add file-transfer ui. Amazing stuff\!
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15564
diff
changeset
|
47 | gntft.h \ |
| 15884 | 48 | finch.h \ |
|
15802
1e124a68997e
gntgaim idle reporting, this fixes idle return
Richard Nelson <wabz@pidgin.im>
parents:
15780
diff
changeset
|
49 | gntidle.h \ |
|
22376
25a17b6b69c2
Add a finch log viewer. This is largely copied from Pidgin.
Richard Nelson <wabz@pidgin.im>
parents:
22136
diff
changeset
|
50 | gntlog.h \ |
|
22650
3ed9cc16bf2a
Some media support in finch. This needs to be updated for the got-accept signal.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
22398
diff
changeset
|
51 | gntmedia.h \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
52 | gntnotify.h \ |
|
14552
dddd7826e218
[gaim-migrate @ 17209]
Mark Doliner <markdoliner@pidgin.im>
parents:
14497
diff
changeset
|
53 | gntplugin.h \ |
|
15564
61befe113a13
Wonderful patch from Richard 'wabz' Nelson to fix the bug of lacking a pounce ui.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
15529
diff
changeset
|
54 | gntpounce.h \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
55 | gntprefs.h \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
56 | gntrequest.h \ |
|
22136
9db77fc00a0e
Implementation of the roomlist API.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
20218
diff
changeset
|
57 | gntroomlist.h \ |
| 18155 | 58 | gntsound.h \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
59 | gntstatus.h \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
60 | gntui.h |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
61 | |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15906
diff
changeset
|
62 | finchincludedir=$(includedir)/finch |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15802
diff
changeset
|
63 | finchinclude_HEADERS = \ |
|
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15802
diff
changeset
|
64 | $(finch_headers) |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
65 | |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15802
diff
changeset
|
66 | finch_DEPENDENCIES = @LIBOBJS@ |
|
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15802
diff
changeset
|
67 | finch_LDFLAGS = -export-dynamic |
|
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15802
diff
changeset
|
68 | finch_LDADD = \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
69 | @LIBOBJS@ \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
70 | $(DBUS_LIBS) \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
71 | $(INTLLIBS) \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
72 | $(GLIB_LIBS) \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
73 | $(LIBXML_LIBS) \ |
|
14290
f20819ff8d86
[gaim-migrate @ 16910]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14289
diff
changeset
|
74 | $(GNT_LIBS) \ |
| 18155 | 75 | $(GSTREAMER_LIBS) \ |
|
14497
3ac1961731a9
[gaim-migrate @ 17149]
Gary Kramlich <grim@reaperworld.com>
parents:
14490
diff
changeset
|
76 | ./libgnt/libgnt.la \ |
|
15529
57d66c19bfb7
%s/libgaim/libpurple/g to make it compile
Luke Schierer <lschiere@pidgin.im>
parents:
15435
diff
changeset
|
77 | $(top_builddir)/libpurple/libpurple.la |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
78 | |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
79 | AM_CPPFLAGS = \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
80 | -DSTANDALONE \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
81 | -DBR_PTHREADS=0 \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
82 | -DDATADIR=\"$(datadir)\" \ |
|
15946
d40e8847e825
More s/gaim/pidgin/ and s/gaim/purple/ and make the RPM spec file work a bit
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15906
diff
changeset
|
83 | -DLIBDIR=\"$(libdir)/finch/\" \ |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
84 | -DLOCALEDIR=\"$(datadir)/locale\" \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
85 | -DSYSCONFDIR=\"$(sysconfdir)\" \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
15214
diff
changeset
|
86 | -I$(top_srcdir)/libpurple/ \ |
| 14332 | 87 | -I$(top_srcdir) \ |
| 88 | -I$(srcdir)/libgnt/ \ | |
|
14253
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
89 | $(DEBUG_CFLAGS) \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
90 | $(GLIB_CFLAGS) \ |
|
b63ebf84c42b
This is a hand-crafted commit to migrate across subversion revisions
Ethan Blanton <elb@pidgin.im>
parents:
diff
changeset
|
91 | $(DBUS_CFLAGS) \ |
|
14490
d085e7570804
[gaim-migrate @ 17142]
Gary Kramlich <grim@reaperworld.com>
parents:
14332
diff
changeset
|
92 | $(LIBXML_CFLAGS) \ |
| 18155 | 93 | $(GSTREAMER_CFLAGS) \ |
|
14490
d085e7570804
[gaim-migrate @ 17142]
Gary Kramlich <grim@reaperworld.com>
parents:
14332
diff
changeset
|
94 | $(GNT_CFLAGS) |