Mercurial > pidgin
view libpurple/plugins/mono/api/Makefile.am @ 21706:bc4afc8ea960
Do not reset the color if there's something already specified. This should
make it possible to have multicolored text in the conversation log. I am
really bad with colors. So I'll leave it to someone else, if any, to decide
the colors for different types of messages.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sat, 01 Dec 2007 05:46:49 +0000 |
| parents | ce049678a67b |
| children |
line wrap: on
line source
monodir=$(libdir)/purple-$(PURPLE_MAJOR_VERSION) 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)
