diff plugins/Makefile.am @ 1311:338b8ac6bdab

[gaim-migrate @ 1321] lots of changes to the build process. plugins and libfaim don't compile with things they probably won't need. jabber got added, for real, instead of just in cvs. hopefully now i can get it working committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 19 Dec 2000 12:21:45 +0000
parents 7db9121aac80
children 4cbb78f05e4b
line wrap: on
line diff
--- a/plugins/Makefile.am	Tue Dec 19 10:23:23 2000 +0000
+++ b/plugins/Makefile.am	Tue Dec 19 12:21:45 2000 +0000
@@ -5,7 +5,11 @@
 
 if PLUGINS
 
+if JABBER
+SUBDIRS = yay icq msn jabber
+else
 SUBDIRS = yay icq msn
+endif
 
 plugin_DATA = autorecon.so iconaway.so irc.so notify.so spellchk.so lagmeter.so
 plugindir = $(libdir)/gaim