aboutsummaryrefslogtreecommitdiffstats
path: root/lib/appmon/src/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2012-11-26 15:24:03 +0100
committerDan Gudmundsson <[email protected]>2013-01-09 11:44:29 +0100
commit0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef (patch)
tree6437473f6e3736b9b94a12fff6413fa28c9cd317 /lib/appmon/src/Makefile
parent23d656703687d1c0e06582e6e600cac1c9d9e7f9 (diff)
downloadotp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.tar.gz
otp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.tar.bz2
otp-0d6aa3eceb636cf864b50e7d02459e08b3c8b8ef.zip
appmon: Move runtime part to runtime_tools app
Diffstat (limited to 'lib/appmon/src/Makefile')
-rw-r--r--lib/appmon/src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/appmon/src/Makefile b/lib/appmon/src/Makefile
index 06e61b7cc8..9dc47ab84e 100644
--- a/lib/appmon/src/Makefile
+++ b/lib/appmon/src/Makefile
@@ -37,13 +37,15 @@ MODULES= \
appmon \
appmon_a \
appmon_dg \
- appmon_info \
appmon_place \
appmon_txt \
appmon_lb \
process_info \
appmon_web
+# appmon_info \ Moved to runtime tools where it belongs
+
+
HRL_FILES= appmon_dg.hrl
ERL_FILES= $(MODULES:%=%.erl)