view plugins/mono/Makefile.am @ 11833:9d3ab7919ee0

[gaim-migrate @ 14124] Clear the plugin details label when deselecting the currently selected plugin (CTRL+click). This dialog still have some problems. For example, select a plugin, enable it, click on a different plugin in the list, then go back to the one you enabled. Watch the expanded plugin details area... not everything is showing up or something. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 26 Oct 2005 04:59:33 +0000
parents 00f93f25d418
children c0e0fcd75926
line wrap: on
line source

SUBDIRS = api loader

TARGETS = MPlugin.dll GetBuddyBack.dll

all: $(TARGETS)
	
install-exec-am: $(TARGETS)
	$(INSTALL) -m 644 $(TARGETS) $(libdir)/gaim

clean-generic:
	rm -rf $(TARGETS)

SUFFIXES = .cs .dll
.cs.dll: api/GaimAPI.dll
	mcs -t:library -lib:./api -out:$*.dll -r:GaimAPI.dll $*.cs