Mercurial > pidgin
view plugins/mono/api/Makefile.am @ 12413:0332daad85ae
[gaim-migrate @ 14720]
Rework the blist sorting functions to cut down on the duplication of GtkTreeIter structs. Fix a void prototype. Make a few functions static. Add a watch cursor while the buddy list refreshes, after changing the sort method.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 08 Dec 2005 21:01:33 +0000 |
parents | 67fbd2ff4c4e |
children |
line wrap: on
line source
monodir=$(libdir)/gaim mono_sources = \ GaimPlugin.cs \ Debug.cs \ BuddyList.cs \ Buddy.cs \ Signal.cs \ Event.cs \ Status.cs EXTRA_DIST = $(mono_sources) mono_SCRIPTS = GaimAPI.dll mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources)) all: $(mono_SCRIPTS) $(mono_SCRIPTS): $(mono_build_sources) mcs -t:library -out:$(mono_SCRIPTS) $(mono_build_sources) clean-local: rm -rf $(mono_SCRIPTS)