From e1ff1b014aaa609d044a1fc153fe96294030cec7 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 15 Mar 2002 21:07:19 +0000 Subject: [PATCH] Dropped the bot-plugin. It's not useful to anyone really. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2619 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/irc/Makefile.am b/src/irc/Makefile.am index c19f02e9..f9d3eb40 100644 --- a/src/irc/Makefile.am +++ b/src/irc/Makefile.am @@ -1,12 +1,8 @@ -if BUILD_IRSSIBOT -BOT=bot -endif - if BUILD_IRSSIPROXY PROXY=proxy endif -SUBDIRS = core $(BOT) dcc flood notifylist $(PROXY) +SUBDIRS = core dcc flood notifylist $(PROXY) noinst_LIBRARIES = libirc.a