mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Makefile fixed to use module directory again. If /SET irssiproxy_ports has
'*' as server tag, it will match for any of the servers (useful if you're only using one). Fixed a crash if client sent a request to server and quit before the reply was received. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1608 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2ddba459c0
commit
3cea29ae82
2 changed files with 15 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
noinst_LTLIBRARIES = libproxy.la
|
||||
moduledir = $(libdir)/irssi/modules
|
||||
module_LTLIBRARIES = libproxy.la
|
||||
|
||||
INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
|
||||
-I$(top_srcdir)/src/irc/core/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue