Mercurial > pidgin
view plugins/mono/Makefile.am @ 12594:3d34460ecfd6
[gaim-migrate @ 14924]
Fix (part of) SF Bug #1384217
"3. Even when sounds or showing buddy icons are
disabled, the Options menu in the instant message
window still has them checked by default."
This code greys out (and unchecks) the options when the respective preferences are disabled.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 21 Dec 2005 07:59:45 +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)