mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
no-one wants that and irssi crashes in AIX because of it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1530 dbcabf3a-b0e7-0310-adc4-f8d773084564
11 lines
223 B
Makefile
11 lines
223 B
Makefile
noinst_LIBRARIES = libirc_flood.a
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) \
|
|
-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/
|
|
|
|
libirc_flood_a_SOURCES = \
|
|
autoignore.c \
|
|
flood.c
|
|
|
|
noinst_HEADERS = \
|
|
module.h
|