irssi/src/fe-common/irc/notifylist/Makefile.am
Timo Sirainen fc3918b0f0 dcc, flood and notifylist aren't compiled as loadable modules anymore,
no-one wants that and irssi crashes in AIX because of it.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1530 dbcabf3a-b0e7-0310-adc4-f8d773084564
2001-06-01 18:39:45 +00:00

18 lines
396 B
Makefile

noinst_LIBRARIES = libfe_irc_notifylist.a
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_a_SOURCES = \
fe-notifylist.c \
module-formats.c
noinst_HEADERS = \
module.h \
module-formats.h