irssi/src/irc/notifylist/Makefile.am
2019-05-01 22:08:45 +02:00

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