diff options
author | Andrzej Telezynski <[email protected]> | 2011-08-25 00:45:07 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-08-30 15:22:20 +0200 |
commit | 7e2c8763c225dc16f98cc5746fa141b970a6aaf3 (patch) | |
tree | 0edf82aa3d89cdbb14a295c685c6ceccfefc55bd /lib/runtime_tools/src/Makefile | |
parent | 1924817788f381da1b8356e336d62f4687717ee4 (diff) | |
download | otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.tar.gz otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.tar.bz2 otp-7e2c8763c225dc16f98cc5746fa141b970a6aaf3.zip |
Support for stopped and resumed tracing.
Diffstat (limited to 'lib/runtime_tools/src/Makefile')
-rw-r--r-- | lib/runtime_tools/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/Makefile b/lib/runtime_tools/src/Makefile index 4f831f3dd8..46b570210a 100644 --- a/lib/runtime_tools/src/Makefile +++ b/lib/runtime_tools/src/Makefile @@ -46,7 +46,8 @@ MODULES= \ runtime_tools_sup \ dbg \ percept_profile \ - observer_backend + observer_backend \ + ttb_autostart HRL_FILES= ../include/observer_backend.hrl ERL_FILES= $(MODULES:%=%.erl) |