mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@697 dbcabf3a-b0e7-0310-adc4-f8d773084564
13 lines
179 B
Makefile
13 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
|