mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
15 lines
322 B
Text
15 lines
322 B
Text
|
|
noinst_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
|