Mercurial > pidgin.yaz
view plugins/mono/api/Makefile.am @ 14190:366be2ce35a7
[gaim-migrate @ 16854]
Generates the image for the about dialog on demand instead of making it
a stock image which remains in memory forever.
committer: Tailor Script <tailor@pidgin.im>
author | Aaron Sheldon <aaronsheldon> |
---|---|
date | Sat, 19 Aug 2006 00:24:14 +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)