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.
|
16651
218fe51ae7b7
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16364
diff
changeset
|
1 | plugindir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) |
| 6694 | 2 | |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
3 | tcl_la_LDFLAGS = -module -avoid-version |
| 6694 | 4 | |
| 5 | plugin_LTLIBRARIES = tcl.la | |
| 6 | ||
| 15884 | 7 | tcl_la_SOURCES = tcl.c tcl_glib.c tcl_glib.h tcl_cmds.c tcl_signals.c tcl_purple.h \ |
| 13847 | 8 | tcl_ref.c tcl_cmd.c |
| 6694 | 9 | |
|
26489
7d8de8906c79
Clean unnecessary changes out of the Makefiles.
Michael Ruprecht <maiku@pidgin.im>
parents:
19882
diff
changeset
|
10 | tcl_la_LIBADD = $(GLIB_LIBS) $(TCL_LIBS) $(TK_LIBS) |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14254
diff
changeset
|
11 | |
|
13457
2766e7b31444
[gaim-migrate @ 15831]
Daniel Atallah <datallah@pidgin.im>
parents:
10889
diff
changeset
|
12 | EXTRA_DIST = signal-test.tcl Makefile.mingw |
| 7408 | 13 | |
| 6694 | 14 | AM_CPPFLAGS = \ |
| 15 | -I$(top_srcdir) \ | |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
14736
diff
changeset
|
16 | -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
|
17 | -I$(top_builddir)/libpurple \ |
| 6694 | 18 | $(DEBUG_CFLAGS) \ |
| 19 | $(GLIB_CFLAGS) \ | |
| 20 | $(PLUGIN_CFLAGS) \ | |
| 21 | $(TK_CFLAGS) \ | |
| 22 | $(TCL_CFLAGS) |