blob: abab9e2b1b967161a1e3e51b3281b37cae648959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
plugindir = $(libdir)/irssi/plugins
plugin_LTLIBRARIES = libirc_flood.la
INCLUDES = $(GLIB_CFLAGS) \
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/
libirc_flood_la_SOURCES = \
autoignore.c \
flood.c
noinst_HEADERS = \
autoignore.h \
flood.h \
module.h
|