Mercurial > pidgin
view libpurple/plugins/mono/Makefile.am @ 15584:9cbf44d3c0f9
merge of 'a55d39e9c7d6bfdb22fd82eaa1510ba558caa72b'
and 'ce46e38b5be321a0427deaf9295a23267ad47893'
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Thu, 08 Feb 2007 12:35:14 +0000 |
parents | e9c12873fae0 |
children | 93bfbda79bf6 |
line wrap: on
line source
SUBDIRS = api loader mono_sources = GetBuddyBack.cs \ MPlugin.cs EXTRA_DIST = $(mono_sources) monodir = $(libdir)/libpurple mono_SCRIPTS = MPlugin.dll GetBuddyBack.dll mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources)) all: $(mono_SCRIPTS) SUFFIXES = .cs .dll .cs.dll: api/GaimAPI.dll $(mono_build_sources) mcs -t:library -lib:./api -out:$@ -r:GaimAPI.dll $< clean-local: rm -f $(mono_SCRIPTS)