mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
d549526735
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@697 dbcabf3a-b0e7-0310-adc4-f8d773084564
14 lines
179 B
Makefile
14 lines
179 B
Makefile
if BUILD_IRSSIBOT
|
|
BOT=bot
|
|
endif
|
|
|
|
if BUILD_IRSSIPROXY
|
|
PROXY=proxy
|
|
endif
|
|
|
|
SUBDIRS = core $(BOT) dcc flood notifylist $(PROXY)
|
|
|
|
noinst_LIBRARIES = libirc.a
|
|
|
|
libirc_a_SOURCES = irc.c
|