Mercurial > pidgin
view plugins/mono/Makefile.am @ 11814:fa17fc619f17
[gaim-migrate @ 14105]
Fix the display of smilies in text added to the imhtml by the history plugin. Fixes part of SF Bug #1298455.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 25 Oct 2005 13:29:28 +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