mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 05:32:11 +02:00
Silences warnings on recent automake such as: src/core/Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
20 lines
418 B
Makefile
20 lines
418 B
Makefile
noinst_LIBRARIES = libirc_notifylist.a
|
|
|
|
AM_CPPFLAGS = \
|
|
-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
|
|
|
|
pkginc_irc_notifylistdir=$(pkgincludedir)/src/irc/notifylist
|
|
pkginc_irc_notifylist_HEADERS = \
|
|
notifylist.h \
|
|
notify-setup.h \
|
|
module.h
|