diff options
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |