mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
93173356bb
memdebug (if enabled) doesn't now by default check for buffer overflows since it's a huge slowup. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@250 dbcabf3a-b0e7-0310-adc4-f8d773084564
20 lines
429 B
Makefile
20 lines
429 B
Makefile
plugindir = $(libdir)/irssi/plugins
|
|
plugin_LTLIBRARIES = libfe_common_irc_dcc.la
|
|
|
|
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_common_irc_dcc_la_SOURCES = \
|
|
fe-dcc.c \
|
|
module-formats.c
|
|
|
|
noinst_HEADERS = \
|
|
module.h \
|
|
module-formats.h
|