mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
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
18 lines
396 B
Makefile
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
|