Mercurial > pidgin
view libpurple/plugins/mono/api/Makefile.am @ 16319:bfa7bc0e7b21
Ok I couldn't resist. For iChat and Adium buddies who are advertising
an iTunes Music Store link, we now linkify the available message in
the user info window.
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 23 Apr 2007 07:54:13 +0000 |
| parents | 7125eda8fe22 |
| children | ce049678a67b |
line wrap: on
line source
monodir=$(libdir)/purple mono_sources = \ BlistNode.cs \ BuddyList.cs \ Buddy.cs \ Contact.cs \ Debug.cs \ Event.cs \ PurplePlugin.cs \ Group.cs \ Signal.cs \ Status.cs EXTRA_DIST = $(mono_sources) mono_SCRIPTS = PurpleAPI.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)
