From 60dbc68bdf833b5928bab905c2d2d002981032db Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 19 Nov 2001 20:41:30 +0000 Subject: Removed memdebug stuff. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2097 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/core/Makefile.am b/src/core/Makefile.am index e2007ecc..f543f361 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -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 -- cgit v1.2.3