diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 04:06:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 04:06:42 +0000 |
commit | 1bfae4012a34b5bf976ff0ddfe65f535b86a22f2 (patch) | |
tree | adde29aac87e4f31b59f3f795f038d810def1bcd /malloc | |
parent | 464623260126aee45562d7c97e7d743637107c47 (diff) | |
download | glibc-1bfae4012a34b5bf976ff0ddfe65f535b86a22f2.zip glibc-1bfae4012a34b5bf976ff0ddfe65f535b86a22f2.tar.gz glibc-1bfae4012a34b5bf976ff0ddfe65f535b86a22f2.tar.bz2 |
Update.
* malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 639145c..7614a0a 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 |