Mercurial > pidgin
view plugins/mono/api/Makefile.am @ 13681:c4be649e2aca
[gaim-migrate @ 16084]
Fixed a bug where you wouldn't become auto-away when idle if you're a new
user and you haven't selected which status to use when auto-awaying.
Also improved a few comments.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 23 Apr 2006 02:57:08 +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)
