mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1975 dbcabf3a-b0e7-0310-adc4-f8d773084564
19 lines
339 B
Makefile
19 lines
339 B
Makefile
noinst_LIBRARIES = libirc_notifylist.a
|
|
|
|
INCLUDES = \
|
|
-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
|
|
|
|
noinst_HEADERS = \
|
|
notifylist.h \
|
|
notify-setup.h \
|
|
module.h
|