Mercurial > pidgin
view plugins/mono/loader/Makefile.am @ 11867:ff02464a079f
[gaim-migrate @ 14158]
SF Patch #1339095 from sadrul
"This patch resizes images in GtkIMHtml that had
previously been resized to a smaller size."
This fixes the image resizing bug I had with maximizing Get Info windows.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 27 Oct 2005 21:36:19 +0000 |
| parents | a3302d271199 |
| children | c0e0fcd75926 |
line wrap: on
line source
plugindir = $(libdir)/gaim plugin_LTLIBRARIES = mono.la mono_la_SOURCES = \ mono.c \ mono-helper.c \ debug-glue.c \ signal-glue.c \ blist-glue.c mono_la_LDFLAGS = -module -avoid-version mono_la_LIBADD = $(MONO_LIBS) AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(MONO_CFLAGS)
