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.
|
24260
20c1e72f7736
The irssi wm does not need libpurple, and use relative path to libgnt.la
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18705
diff
changeset
|
1 | wms = irssi.la |
|
18705
ee878f1aa32b
Some lines to the auto-thingies to aid in libgnt building standalone
Eric Polino <aluink@pidgin.im>
parents:
17864
diff
changeset
|
2 | if PURPLE_AVAILABLE |
|
ee878f1aa32b
Some lines to the auto-thingies to aid in libgnt building standalone
Eric Polino <aluink@pidgin.im>
parents:
17864
diff
changeset
|
3 | # These custom wms depend on libpurple |
|
24260
20c1e72f7736
The irssi wm does not need libpurple, and use relative path to libgnt.la
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18705
diff
changeset
|
4 | purple_wms = s.la |
|
18705
ee878f1aa32b
Some lines to the auto-thingies to aid in libgnt building standalone
Eric Polino <aluink@pidgin.im>
parents:
17864
diff
changeset
|
5 | else |
|
ee878f1aa32b
Some lines to the auto-thingies to aid in libgnt building standalone
Eric Polino <aluink@pidgin.im>
parents:
17864
diff
changeset
|
6 | purple_wms = |
|
ee878f1aa32b
Some lines to the auto-thingies to aid in libgnt building standalone
Eric Polino <aluink@pidgin.im>
parents:
17864
diff
changeset
|
7 | endif |
|
ee878f1aa32b
Some lines to the auto-thingies to aid in libgnt building standalone
Eric Polino <aluink@pidgin.im>
parents:
17864
diff
changeset
|
8 | |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14735
diff
changeset
|
9 | s_la_LDFLAGS = -module -avoid-version |
|
17864
06b4c3fce998
Add a new WM, irssi. Put the wm's in $(libdir)/gnt instead of in /finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16972
diff
changeset
|
10 | irssi_la_LDFLAGS = -module -avoid-version |
|
14397
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
11 | |
|
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
12 | plugin_LTLIBRARIES = \ |
|
24260
20c1e72f7736
The irssi wm does not need libpurple, and use relative path to libgnt.la
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18705
diff
changeset
|
13 | $(wms) \ |
|
18705
ee878f1aa32b
Some lines to the auto-thingies to aid in libgnt building standalone
Eric Polino <aluink@pidgin.im>
parents:
17864
diff
changeset
|
14 | $(purple_wms) |
|
ee878f1aa32b
Some lines to the auto-thingies to aid in libgnt building standalone
Eric Polino <aluink@pidgin.im>
parents:
17864
diff
changeset
|
15 | |
|
17864
06b4c3fce998
Add a new WM, irssi. Put the wm's in $(libdir)/gnt instead of in /finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16972
diff
changeset
|
16 | plugindir = $(libdir)/gnt |
|
14397
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
17 | |
|
17864
06b4c3fce998
Add a new WM, irssi. Put the wm's in $(libdir)/gnt instead of in /finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16972
diff
changeset
|
18 | irssi_la_SOURCES = irssi.c |
|
06b4c3fce998
Add a new WM, irssi. Put the wm's in $(libdir)/gnt instead of in /finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16972
diff
changeset
|
19 | irssi_la_LIBADD = \ |
|
06b4c3fce998
Add a new WM, irssi. Put the wm's in $(libdir)/gnt instead of in /finch.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
16972
diff
changeset
|
20 | $(GLIB_LIBS) \ |
|
24260
20c1e72f7736
The irssi wm does not need libpurple, and use relative path to libgnt.la
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18705
diff
changeset
|
21 | ../libgnt.la |
|
14397
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
22 | |
|
15364
ad151a58e863
[gaim-migrate @ 18093]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14736
diff
changeset
|
23 | s_la_SOURCES = s.c |
|
ad151a58e863
[gaim-migrate @ 18093]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14736
diff
changeset
|
24 | s_la_LIBADD = \ |
|
ad151a58e863
[gaim-migrate @ 18093]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
14736
diff
changeset
|
25 | $(GLIB_LIBS) \ |
|
24260
20c1e72f7736
The irssi wm does not need libpurple, and use relative path to libgnt.la
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
18705
diff
changeset
|
26 | ../libgnt.la \ |
|
15529
57d66c19bfb7
%s/libgaim/libpurple/g to make it compile
Luke Schierer <lschiere@pidgin.im>
parents:
15435
diff
changeset
|
27 | $(top_builddir)/libpurple/libpurple.la |
|
14397
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
28 | |
|
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
29 | EXTRA_DIST = |
|
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
30 | |
|
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
31 | AM_CPPFLAGS = \ |
|
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
32 | -DDATADIR=\"$(datadir)\" \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
15364
diff
changeset
|
33 | -I$(top_srcdir)/libpurple \ |
|
15878
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15529
diff
changeset
|
34 | -I$(top_srcdir)/finch \ |
|
f52832b611fe
renamed gaim-text to finch
Sean Egan <seanegan@pidgin.im>
parents:
15529
diff
changeset
|
35 | -I$(top_srcdir)/finch/libgnt \ |
|
14397
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
36 | $(DEBUG_CFLAGS) \ |
|
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
37 | $(GLIB_CFLAGS) \ |
|
14499
33c265f6c0a0
[gaim-migrate @ 17151]
John Bailey <rekkanoryo@rekkanoryo.org>
parents:
14444
diff
changeset
|
38 | $(GNT_CFLAGS) \ |
|
26489
7d8de8906c79
Clean unnecessary changes out of the Makefiles.
Michael Ruprecht <maiku@pidgin.im>
parents:
26138
diff
changeset
|
39 | $(PLUGIN_CFLAGS) |
|
14397
e53755c4dcab
[gaim-migrate @ 17031]
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
diff
changeset
|
40 |