Mercurial > pidgin
annotate 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 |
rev | line source |
---|---|
11660 | 1 SUBDIRS = api loader |
2 | |
3 TARGETS = MPlugin.dll GetBuddyBack.dll | |
4 | |
5 all: $(TARGETS) | |
6 | |
11681 | 7 install-exec-am: $(TARGETS) |
11660 | 8 $(INSTALL) -m 644 $(TARGETS) $(libdir)/gaim |
9 | |
10 clean-generic: | |
11 rm -rf $(TARGETS) | |
12 | |
13 SUFFIXES = .cs .dll | |
11662
4117f696638e
[gaim-migrate @ 13947]
Gary Kramlich <grim@reaperworld.com>
parents:
11660
diff
changeset
|
14 .cs.dll: api/GaimAPI.dll |
11660 | 15 mcs -t:library -lib:./api -out:$*.dll -r:GaimAPI.dll $*.cs |