aboutsummaryrefslogtreecommitdiffstats
path: root/lib/appmon/src/Makefile
diff options
context:
space:
mode:
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 c8b4351c7c..c42ce068b4 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)