mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 22:22:15 +02:00
17 lines
333 B
Makefile
17 lines
333 B
Makefile
noinst_LIBRARIES = libirc_notifylist.a
|
|
|
|
AM_CPPFLAGS = \
|
|
$(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
|