mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1330 dbcabf3a-b0e7-0310-adc4-f8d773084564
14 lines
305 B
Makefile
14 lines
305 B
Makefile
moduledir = $(libdir)/irssi/modules
|
|
module_LTLIBRARIES = libirc_flood.la
|
|
|
|
libirc_flood_la_LDFLAGS = -avoid-version
|
|
|
|
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 = \
|
|
module.h
|