Mercurial > pidgin.yaz
annotate plugins/mono/loader/Makefile.am @ 13090:0aa231ebbfd5
[gaim-migrate @ 15452]
Changes to some pixbuf stuff.
I added a 'gaim_gtk_create_gaim_icon_with_status()' function to util.c,
and changed 'gaim_gtk_create_prpl_icon_with_status()' to accept a scale
factor because almost everywhere this function was used we would scale
the pixbuf to a smaller size as soon as we got it. So there's a bit less
code duplication.
Also, I think I added some g_object_unref()'s in one or two places where
it was missing.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 01 Feb 2006 22:38:34 +0000 |
parents | 67fbd2ff4c4e |
children |
rev | line source |
---|---|
11660 | 1 plugindir = $(libdir)/gaim |
2 | |
3 plugin_LTLIBRARIES = mono.la | |
4 | |
5 mono_la_SOURCES = \ | |
6 mono.c \ | |
11882 | 7 mono-glue.h \ |
11660 | 8 mono-helper.c \ |
11882 | 9 mono-helper.h \ |
11660 | 10 debug-glue.c \ |
11 signal-glue.c \ | |
11980
67fbd2ff4c4e
[gaim-migrate @ 14273]
Gary Kramlich <grim@reaperworld.com>
parents:
11882
diff
changeset
|
12 blist-glue.c \ |
67fbd2ff4c4e
[gaim-migrate @ 14273]
Gary Kramlich <grim@reaperworld.com>
parents:
11882
diff
changeset
|
13 status-glue.c |
11660 | 14 |
15 mono_la_LDFLAGS = -module -avoid-version | |
16 | |
17 mono_la_LIBADD = $(MONO_LIBS) | |
18 | |
19 AM_CPPFLAGS = \ | |
20 -DVERSION=\"$(VERSION)\" \ | |
21 -I$(top_srcdir) \ | |
22 -I$(top_srcdir)/src \ | |
23 $(DEBUG_CFLAGS) \ | |
24 $(PLUGIN_CFLAGS) \ | |
25 $(MONO_CFLAGS) |