mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
fixed two minor memleaks. irc/bot directory isn't now build if you specify
--without-bot parameter to configure git-svn-id: http://svn.irssi.org/repos/irssi/trunk@294 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7755aae26b
commit
80c03f4572
3 changed files with 13 additions and 4 deletions
|
|
@ -1,4 +1,8 @@
|
|||
SUBDIRS = core bot dcc flood notifylist
|
||||
if BUILD_IRSSIBOT
|
||||
BOT=bot
|
||||
endif
|
||||
|
||||
SUBDIRS = core $(BOT) dcc flood notifylist
|
||||
|
||||
noinst_LTLIBRARIES = libirc.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue