view plugins/mono/Makefile.am @ 11799:a3c28707ef4d

[gaim-migrate @ 14090] Stop passing around GaimConversations and then pretending they're GaimGtkConversations -- fixes buddy icon animation and two related crashes. --Kevin Stange committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 24 Oct 2005 20:33:06 +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