Mercurial > pidgin.yaz
view plugins/mono/Makefile.am @ 12313:f9629b994b27
[gaim-migrate @ 14617]
this was annoying the crap out of me. I can't think of any reason why not to honor a contact alias as the conversation title, so now we do
committer: Tailor Script <tailor@pidgin.im>
author | Christopher O'Brien <siege@pidgin.im> |
---|---|
date | Sun, 04 Dec 2005 17:24:59 +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)