mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
a8c139d5e2
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
16 lines
299 B
Makefile
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
|