view plugins/mono/Makefile.am @ 11818:9d6e498fe402

[gaim-migrate @ 14109] Sadrul says in 1276849 that we don't need this. I believe him, as there's no point in setting the account on a conversation when you just found that conversation with gaim_conversation_find_with_account(). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Oct 2005 16:15:12 +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