diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-19 20:41:30 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-19 20:41:30 +0000 |
commit | 60dbc68bdf833b5928bab905c2d2d002981032db (patch) | |
tree | f7841bd956b3c0e244c3375db3199c1f312e408b /src/core | |
parent | 360083dea8cdee61f61ef35ab65a70b67eba48d4 (diff) | |
download | irssi-60dbc68bdf833b5928bab905c2d2d002981032db.zip |
Removed memdebug stuff.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2097 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Makefile.am | 11 |
1 files changed, 0 insertions, 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 |