mirror of
https://github.com/irssi/irssi.git
synced 2025-04-25 20:41:23 -05:00
configure automake with nostdinc (cherry picked from commit 95f131da2d741f4ad13c2c045253dc2b80b03f40)
22 lines
439 B
Makefile
22 lines
439 B
Makefile
noinst_LIBRARIES = libirc_notifylist.a
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_builddir) \
|
|
-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
|