diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-15 21:07:19 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-15 21:07:19 +0000 |
commit | e1ff1b014aaa609d044a1fc153fe96294030cec7 (patch) | |
tree | de1eca91dba5c538a016bcc9e39249fd5c722dad /src/irc | |
parent | df7c90463a5bd78272398a8e6947726a66bd9f53 (diff) | |
download | irssi-e1ff1b014aaa609d044a1fc153fe96294030cec7.zip |
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
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/Makefile.am | 6 |
1 files changed, 1 insertions, 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 |