blob: 5734f9a746a811bd3179042ba45cf8897a240369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
noinst_LIBRARIES = libirc_notifylist.a
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \
$(GLIB_CFLAGS)
libirc_notifylist_a_SOURCES = \
notifylist.c \
notify-commands.c \
notify-ison.c \
notify-setup.c \
notify-whois.c
noinst_HEADERS = \
notifylist.h \
notify-setup.h \
module.h
|