irssi/src/fe-common/irc/notifylist/Makefile.am

18 lines
396 B
Text
Raw Normal View History

noinst_LIBRARIES = libfe_irc_notifylist.a
INCLUDES = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \
-I$(top_srcdir)/src/fe-common/core/ \
$(GLIB_CFLAGS) \
-DHELPDIR=\""$(datadir)/irssi/help"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\"
libfe_irc_notifylist_a_SOURCES = \
fe-notifylist.c \
module-formats.c
noinst_HEADERS = \
module.h \
module-formats.h