summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/notifylist/Makefile.am
blob: c44da2789fcc260b341a8ad9c922a3f809f11eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
noinst_LTLIBRARIES = libfe_common_irc_notifylist.la

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_common_irc_notifylist_la_SOURCES = \
	fe-notifylist.c \
	module-formats.c

noinst_headers = \
	module-formats.h