Mercurial > pidgin
view plugins/mono/api/Makefile.am @ 11946:f87f50f57b0b
[gaim-migrate @ 14237]
<SimGuy2k> siege: then, it should probably be noted in the changelog along with the other new protocol support
committer: Tailor Script <tailor@pidgin.im>
| author | Christopher O'Brien <siege@pidgin.im> |
|---|---|
| date | Wed, 02 Nov 2005 03:57:38 +0000 |
| parents | c0e0fcd75926 |
| children | 67fbd2ff4c4e |
line wrap: on
line source
monodir=$(libdir)/gaim mono_sources = \ GaimPlugin.cs \ Debug.cs \ BuddyList.cs \ Buddy.cs \ Signal.cs \ Event.cs EXTRA_DIST = $(mono_sources) mono_SCRIPTS = GaimAPI.dll mono_build_sources = $(addprefix $(srcdir)/, $(mono_sources)) all: $(mono_SCRIPTS) $(mono_SCRIPTS): $(mono_build_sources) mcs -t:library -out:$(mono_SCRIPTS) $(mono_build_sources) clean-local: rm -rf $(mono_SCRIPTS)
