mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
14
src/irc/proxy/Makefile.am
Normal file
14
src/irc/proxy/Makefile.am
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue