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:
Timo Sirainen 2000-09-29 23:59:51 +00:00 committed by cras
commit d549526735
9 changed files with 773 additions and 9 deletions

14
src/irc/proxy/Makefile.am Normal file
View file

@ -0,0 +1,14 @@
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/
libproxy_la_SOURCES = \
proxy.c \
dump.c \
listen.c \
noinst_HEADERS = \
proxy.h \
module.h