comparison src/protocols/Makefile.am @ 2086:424a40f12a6c

[gaim-migrate @ 2096] moving protocols from plugins/ to src/protocols. making it so that you can select which protocols are compiled statically. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Jul 2001 01:00:39 +0000
parents
children a7ecfd3f7714
comparison
equal deleted inserted replaced
2085:7ebb4322f89b 2086:424a40f12a6c
1 if PRPLS
2
3 SUBDIRS = icq irc jabber msn napster oscar toc yahoo zephyr
4
5 else
6
7 SUBDIRS = $(STATIC_PRPLS)
8
9 endif