Mercurial > pidgin.yaz
view plugins/mono/Makefile.am @ 11730:ef57eccb9a3b
[gaim-migrate @ 14021]
SF Patch #1335179 from sadrul
'The "status_types" prpl-functions return a list, which
is used to create another list in
gaim_prpl_get_statuses, but the original list is never
freed.'
This looks correct to me. It compiles. What more could you want? ;)
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 23 Oct 2005 00:29:12 +0000 |
parents | 00f93f25d418 |
children | c0e0fcd75926 |
line wrap: on
line source
SUBDIRS = api loader TARGETS = MPlugin.dll GetBuddyBack.dll all: $(TARGETS) install-exec-am: $(TARGETS) $(INSTALL) -m 644 $(TARGETS) $(libdir)/gaim clean-generic: rm -rf $(TARGETS) SUFFIXES = .cs .dll .cs.dll: api/GaimAPI.dll mcs -t:library -lib:./api -out:$*.dll -r:GaimAPI.dll $*.cs