2001-06-01 18:39:45 +00:00
|
|
|
noinst_LIBRARIES = libirc_notifylist.a
|
2000-10-02 01:11:53 +00:00
|
|
|
|
2001-11-05 14:48:03 +00:00
|
|
|
INCLUDES = \
|
|
|
|
|
-I$(top_srcdir)/src \
|
|
|
|
|
-I$(top_srcdir)/src/core/ \
|
|
|
|
|
-I$(top_srcdir)/src/irc/core/ \
|
|
|
|
|
$(GLIB_CFLAGS)
|
2000-04-26 08:03:38 +00:00
|
|
|
|
2001-06-01 18:39:45 +00:00
|
|
|
libirc_notifylist_a_SOURCES = \
|
2000-04-26 08:03:38 +00:00
|
|
|
notifylist.c \
|
|
|
|
|
notify-commands.c \
|
|
|
|
|
notify-ison.c \
|
|
|
|
|
notify-setup.c \
|
|
|
|
|
notify-whois.c
|
|
|
|
|
|
2004-05-10 20:30:57 +00:00
|
|
|
pkginc_irc_notifylistdir=$(pkgincludedir)/src/irc/notifylist
|
|
|
|
|
pkginc_irc_notifylist_HEADERS = \
|
2000-04-26 08:03:38 +00:00
|
|
|
notifylist.h \
|
2000-06-04 16:01:19 +00:00
|
|
|
notify-setup.h \
|
|
|
|
|
module.h
|