Mercurial > pidgin.yaz
view libpurple/plugins/mono/Makefile.am @ 26231:775752f3e0db
dont initiate p2p connection with a peer, while we are waiting for another peer to conenct to us
author | Sulabh Mahajan <sulabh@soc.pidgin.im> |
---|---|
date | Sat, 27 Sep 2008 15:30:10 +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)