1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/irc/proxy/Makefile.am
Timo Sirainen a8c139d5e2 Proxy plugin fixes and cleanups. Supports now multiple servers, doesn't
let clients see CTCP requests and if one client writes message, other
clients will see it as well.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@810 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-11-06 02:29:01 +00:00

16 lines
299 B
Makefile

moduledir = $(libdir)/irssi/modules
module_LTLIBRARIES = libproxy.la
libproxy_la_LDFLAGS = -avoid-version
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 = \
module.h