mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Updated Irssi proxy to work with latest version, thanks to fuchs :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@697 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3eea53d2ee
commit
d549526735
9 changed files with 773 additions and 9 deletions
|
|
@ -2,7 +2,11 @@ if BUILD_IRSSIBOT
|
|||
BOT=bot
|
||||
endif
|
||||
|
||||
SUBDIRS = core $(BOT) dcc flood notifylist
|
||||
if BUILD_IRSSIPROXY
|
||||
PROXY=proxy
|
||||
endif
|
||||
|
||||
SUBDIRS = core $(BOT) dcc flood notifylist $(PROXY)
|
||||
|
||||
noinst_LIBRARIES = libirc.a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue