1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

Removed memdebug stuff.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2097 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-19 20:41:30 +00:00 committed by cras
parent 360083dea8
commit 60dbc68bdf

View File

@ -7,12 +7,6 @@ INCLUDES = \
-DSYSCONFDIR=\""$(sysconfdir)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \
-DMODULEDIR=\""$(libdir)/irssi/modules"\" -DMODULEDIR=\""$(libdir)/irssi/modules"\"
if BUILD_MEMDEBUG
memdebug_src=memdebug.c
else
memdebug_src=
endif
libcore_a_SOURCES = \ libcore_a_SOURCES = \
args.c \ args.c \
channels.c \ channels.c \
@ -29,7 +23,6 @@ libcore_a_SOURCES = \
log.c \ log.c \
log-away.c \ log-away.c \
masks.c \ masks.c \
$(memdebug_src) \
misc.c \ misc.c \
modules.c \ modules.c \
modules-load.c \ modules-load.c \
@ -75,7 +68,6 @@ noinst_HEADERS = \
line-split.h \ line-split.h \
log.h \ log.h \
masks.h \ masks.h \
memdebug.h \
misc.h \ misc.h \
module.h \ module.h \
modules.h \ modules.h \
@ -100,6 +92,3 @@ noinst_HEADERS = \
window-item-def.h \ window-item-def.h \
write-buffer.h \ write-buffer.h \
$(structure_headers) $(structure_headers)
EXTRA_DIST = \
memdebug.c