Mercurial > pidgin
annotate libgaim/plugins/mono/Makefile.am @ 15314:4a4e1dfd8716
[gaim-migrate @ 18105]
Can't use new protocol version because of different login scheme. Revert to old version.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Huetsch <markhuetsch> |
|---|---|
| date | Thu, 11 Jan 2007 07:26:28 +0000 |
| parents | 60b1bc8dbf37 |
| children |
| rev | line source |
|---|---|
| 14192 | 1 SUBDIRS = api loader |
| 2 | |
| 3 mono_sources = GetBuddyBack.cs \ | |
| 4 MPlugin.cs | |
| 5 | |
| 6 EXTRA_DIST = $(mono_sources) | |
| 7 | |
| 8 monodir = $(libdir)/gaim | |
| 9 mono_SCRIPTS = MPlugin.dll GetBuddyBack.dll | |
| 10 mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources)) | |
| 11 | |
| 12 all: $(mono_SCRIPTS) | |
| 13 | |
| 14 SUFFIXES = .cs .dll | |
| 15 .cs.dll: api/GaimAPI.dll $(mono_build_sources) | |
| 16 mcs -t:library -lib:./api -out:$@ -r:GaimAPI.dll $< | |
| 17 | |
| 18 clean-local: | |
| 19 rm -f $(mono_SCRIPTS) |
