From 1bfae4012a34b5bf976ff0ddfe65f535b86a22f2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 14 Jun 2000 04:06:42 +0000 Subject: Update. * malloc/Makefile (distribute): Add memprof.sh and memprofstat.c. --- malloc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'malloc/Makefile') diff --git a/malloc/Makefile b/malloc/Makefile index 639145c179..7614a0a359 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -27,7 +27,8 @@ dist-headers := malloc.h headers := $(dist-headers) obstack.h mcheck.h tests := mallocbug tst-malloc tst-valloc tst-calloc -distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memprof.h +distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h memprof.h \ + memprof.sh memprofstat.c # Things which get pasted together into gmalloc.c. gmalloc-routines := malloc morecore -- cgit v1.2.3