summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/notifylist/Makefile.am
blob: b8b9bef31178693926bd16bf726a6d270a19ae85 (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 = \
	$(GLIB_CFLAGS) \
	-I$(top_srcdir)/src \
	-I$(top_srcdir)/src/core/ \
	-I$(top_srcdir)/src/irc/core/ \
	-I$(top_srcdir)/src/fe-common/core/ \
	-DHELPDIR=\""$(datadir)/irssi/help"\" \
	-DSYSCONFDIR=\""$(sysconfdir)"\"

libfe_irc_notifylist_a_SOURCES = \
	fe-notifylist.c \
	module-formats.c

noinst_HEADERS = \
	module.h \
	module-formats.h