summaryrefslogtreecommitdiff
path: root/src/irc/notifylist/Makefile.am
blob: 169f7ce69bfcca8481f228e20b4b707e4fed3471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
plugindir = $(libdir)/irssi/plugins
plugin_LTLIBRARIES = libirc_notifylist.la

INCLUDES = $(GLIB_CFLAGS) \
	-I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/

libirc_notifylist_la_SOURCES = \
	notifylist.c \
	notify-commands.c \
	notify-ison.c \
	notify-setup.c \
	notify-whois.c

noinst_HEADERS = \
	notifylist.h \
	notify-setup.h