Mercurial > pidgin.yaz
view libpurple/plugins/mono/Makefile.am @ 20576:96b0d1b3111b
Add the version into the imhtml as Sean suggested. Also, eliminate a warning.
I was disturbed that there was no indication of the "devel" version in the
"About" box.
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Thu, 20 Sep 2007 08:49:21 +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)