mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
--without-bot parameter to configure git-svn-id: http://svn.irssi.org/repos/irssi/trunk@294 dbcabf3a-b0e7-0310-adc4-f8d773084564
9 lines
135 B
Makefile
9 lines
135 B
Makefile
if BUILD_IRSSIBOT
|
|
BOT=bot
|
|
endif
|
|
|
|
SUBDIRS = core $(BOT) dcc flood notifylist
|
|
|
|
noinst_LTLIBRARIES = libirc.la
|
|
|
|
libirc_la_SOURCES = irc.c
|