Mercurial > pidgin
view libpurple/plugins/mono/Makefile.am @ 27050:be6d08b9f410
This change is probably going to spark some debate about the pidginrc plugin.
It does the following:
* Removes mouse cursor related prefs
* Adds "Typing Notification Color" pref
* Adds "Disable Typing Notifications" pref
* Splits the preferences into three tabs, "Colors," "Fonts," and
"Miscellaneous."
* The configuration window now fits in smaller screens.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 06 Jun 2009 03:55:09 +0000 |
parents | ce049678a67b |
children |
line wrap: on
line source
SUBDIRS = api loader mono_sources = GetBuddyBack.cs \ MPlugin.cs EXTRA_DIST = $(mono_sources) monodir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) mono_SCRIPTS = MPlugin.dll GetBuddyBack.dll mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources)) all: $(mono_SCRIPTS) SUFFIXES = .cs .dll .cs.dll: api/PurpleAPI.dll $(mono_build_sources) mcs -t:library -lib:./api -out:$@ -r:PurpleAPI.dll $< clean-local: rm -f $(mono_SCRIPTS)