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:
Timo Sirainen 2001-07-10 19:10:37 +00:00 committed by cras
commit 3cea29ae82
2 changed files with 15 additions and 7 deletions

View file

@ -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/