Mercurial > pidgin
view plugins/mono/Makefile.am @ 11832:9ca386c15ffe
[gaim-migrate @ 14123]
Change the text and icon of the saved status "Apply" button to read "Use"
and display the gtk stock execute icon
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 26 Oct 2005 04:53:36 +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