diff options
author | Dan Gudmundsson <[email protected]> | 2012-11-26 15:24:03 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2013-01-09 11:44:29 +0100 |
commit | 0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef (patch) | |
tree | 6437473f6e3736b9b94a12fff6413fa28c9cd317 /lib/runtime_tools/src/Makefile | |
parent | 23d656703687d1c0e06582e6e600cac1c9d9e7f9 (diff) | |
download | otp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.tar.gz otp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.tar.bz2 otp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.zip |
appmon: Move runtime part to runtime_tools app
Diffstat (limited to 'lib/runtime_tools/src/Makefile')
-rw-r--r-- | lib/runtime_tools/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runtime_tools/src/Makefile b/lib/runtime_tools/src/Makefile index d6750f3a88..4ca37ab0bf 100644 --- a/lib/runtime_tools/src/Makefile +++ b/lib/runtime_tools/src/Makefile @@ -35,6 +35,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/runtime_tools-$(VSN) # ---------------------------------------------------- MODULES= \ + appmon_info \ erts_alloc_config \ runtime_tools \ runtime_tools_sup \ |