summaryrefslogtreecommitdiffstats
path: root/src/irc/notifylist/Makefile.am
blob: 3f913d5897f9374a5a909e4f90cbb3965d83c9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_LIBRARIES = libirc_notifylist.a

AM_CPPFLAGS = \
	-I$(top_builddir) \
	$(GLIB_CFLAGS)

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

pkginc_irc_notifylistdir=$(pkgincludedir)/src/irc/notifylist
pkginc_irc_notifylist_HEADERS = \
	notifylist.h \
	notify-setup.h \
	module.h

EXTRA_DIST = meson.build