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

21 lines
486 B
Text
Raw Normal View History

moduledir = $(libdir)/irssi/modules
module_LTLIBRARIES = libfe_irc_notifylist.la
libfe_irc_notifylist_la_LDFLAGS = -avoid-version
INCLUDES = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core/ \
-I$(top_srcdir)/src/irc/core/ \
-I$(top_srcdir)/src/fe-common/core/ \
-DHELPDIR=\""$(datadir)/irssi/help"\" \
-DSYSCONFDIR=\""$(sysconfdir)"\"
libfe_irc_notifylist_la_SOURCES = \
fe-notifylist.c \
module-formats.c
noinst_HEADERS = \
module.h \
module-formats.h