mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
12 lines
242 B
Text
12 lines
242 B
Text
|
|
noinst_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
|