blob: 17523f756bc8756cd1cb3ebe93e59e334d2b59ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
noinst_LIBRARIES = libfe_irc_notifylist.a
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \
-I$(top_srcdir)/src/fe-common/core/ \
$(GLIB_CFLAGS) \
-DHELPDIR=\""$(datadir)/irssi/help"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\"
libfe_irc_notifylist_a_SOURCES = \
fe-notifylist.c \
module-formats.c
noinst_HEADERS = \
module.h \
module-formats.h
|