Mercurial > pidgin.yaz
view plugins/mono/Makefile.am @ 13523:9713baaa9aa6
[gaim-migrate @ 15899]
With the core doing fallback blocking, we should always be able to choose Block from the conversation menu.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 17 Mar 2006 20:49:24 +0000 |
parents | c9312177821a |
children |
line wrap: on
line source
SUBDIRS = api loader mono_sources = GetBuddyBack.cs \ MPlugin.cs EXTRA_DIST = $(mono_sources) monodir = $(libdir)/gaim 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)