diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-09-29 13:27:45 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-09-29 13:27:45 +0000 |
commit | 996e2bbb2410eb21ea455af59ae6b69dc5b52233 (patch) | |
tree | 49392fa91ed83e70e002b5cd79bbe73549d410f2 /Makefile.am | |
parent | 60db0675dd4b34d33fa59a5a870e2052545f112d (diff) | |
download | nautilus-996e2bbb2410eb21ea455af59ae6b69dc5b52233.tar.gz |
Moved the leak-checker and profiler tools to their own gnome cvs module.
* Makefile.am:
* configure.in:
* HACKING:
* tools/.cvsignore:
* tools/Makefile.am:
* tools/README:
* tools/leak-checker/.cvsignore:
* tools/leak-checker/Makefile.am:
* tools/leak-checker/nautilus-leak-checker-stubs.h:
* tools/leak-checker/nautilus-leak-checker.c:
* tools/leak-checker/nautilus-leak-checker.h:
* tools/leak-checker/nautilus-leak-hash-table.c:
* tools/leak-checker/nautilus-leak-hash-table.h:
* tools/leak-checker/nautilus-leak-symbol-lookup.c:
* tools/leak-checker/nautilus-leak-symbol-lookup.h:
* tools/profiler/Makefile:
* tools/profiler/funcsummary.C:
* tools/profiler/funcsummary.h:
* tools/profiler/machine-profile.S:
* tools/profiler/machine-profile.h:
* tools/profiler/machine-profileP.h:
* tools/profiler/nautilus-leak-symbol-lookup.C:
* tools/profiler/nautilus-leak-symbol-lookup.h:
* tools/profiler/profile.C:
* tools/profiler/profile.h:
* tools/profiler/profileP.h:
* tools/profiler/profiledata.C:
* tools/profiler/profiledata.h:
* tools/profiler/symbol-table.h:
* tools/profiler/test.cpp:
* tools/profiler/totaltime.C:
* tools/profiler/totaltime.h:
Moved the leak-checker and profiler tools to their own gnome cvs
module.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3549bbfe7..272198898 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,6 @@ SUBDIRS = \ po \ src \ test \ - tools \ $(NULL) EXTRA_DIST= \ |