Mercurial > pidgin.yaz
view plugins/mono/Makefile.am @ 12133:8254bb99f929
[gaim-migrate @ 14433]
SF Patch #1358723 from charkins
"right-click menu of unseen conversations on blist menutray
Adds a right-click context menu of converations with
unseen messages to the menu tray icon on the buddy
list. Selecting the conversation presents that
conversation to the user."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 18 Nov 2005 13:54:20 +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)