Mercurial > pidgin
view plugins/mono/Makefile.am @ 11680:3e8d53214613
[gaim-migrate @ 13966]
maybe this fixes things?
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Mon, 17 Oct 2005 12:29:16 +0000 |
parents | 4117f696638e |
children | 00f93f25d418 |
line wrap: on
line source
SUBDIRS = api loader TARGETS = MPlugin.dll GetBuddyBack.dll all: $(TARGETS) install-exec-am: $(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