Mercurial > pidgin
view libpurple/plugins/mono/Makefile.am @ 29732:1e9f8f54dff4
Support receiving HTML-formatted messages for ICQ. I should have let a
summer of code student do this, but curiosity got the best of me.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 15 Apr 2010 00:55:02 +0000 |
parents | ce049678a67b |
children |
line wrap: on
line source
SUBDIRS = api loader mono_sources = GetBuddyBack.cs \ MPlugin.cs EXTRA_DIST = $(mono_sources) monodir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) mono_SCRIPTS = MPlugin.dll GetBuddyBack.dll mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources)) all: $(mono_SCRIPTS) SUFFIXES = .cs .dll .cs.dll: api/PurpleAPI.dll $(mono_build_sources) mcs -t:library -lib:./api -out:$@ -r:PurpleAPI.dll $< clean-local: rm -f $(mono_SCRIPTS)