mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -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:
parent
360083dea8
commit
60dbc68bdf
@ -7,12 +7,6 @@ INCLUDES = \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||
-DMODULEDIR=\""$(libdir)/irssi/modules"\"
|
||||
|
||||
if BUILD_MEMDEBUG
|
||||
memdebug_src=memdebug.c
|
||||
else
|
||||
memdebug_src=
|
||||
endif
|
||||
|
||||
libcore_a_SOURCES = \
|
||||
args.c \
|
||||
channels.c \
|
||||
@ -29,7 +23,6 @@ libcore_a_SOURCES = \
|
||||
log.c \
|
||||
log-away.c \
|
||||
masks.c \
|
||||
$(memdebug_src) \
|
||||
misc.c \
|
||||
modules.c \
|
||||
modules-load.c \
|
||||
@ -75,7 +68,6 @@ noinst_HEADERS = \
|
||||
line-split.h \
|
||||
log.h \
|
||||
masks.h \
|
||||
memdebug.h \
|
||||
misc.h \
|
||||
module.h \
|
||||
modules.h \
|
||||
@ -100,6 +92,3 @@ noinst_HEADERS = \
|
||||
window-item-def.h \
|
||||
write-buffer.h \
|
||||
$(structure_headers)
|
||||
|
||||
EXTRA_DIST = \
|
||||
memdebug.c
|
||||
|
Loading…
Reference in New Issue
Block a user