summaryrefslogtreecommitdiff
path: root/lib/observer/src/Makefile
diff options
context:
space:
mode:
authorMicael Karlberg <bmk@erlang.org>2021-04-27 18:28:38 +0200
committerMicael Karlberg <bmk@erlang.org>2021-05-12 16:07:46 +0200
commitd5dcaa406e56e30772467621d9ca898b04741457 (patch)
treed4d89358ffc88dab3991ee0f3efced44605d09f9 /lib/observer/src/Makefile
parent9ef2df22ee4a48c5f9d2b111960e9350a45d2f86 (diff)
downloaderlang-d5dcaa406e56e30772467621d9ca898b04741457.tar.gz
[observer,runtime_tools] Add a tab for 'sockets'
A tab has been added for the 'new' socket(s). OTP-17346
Diffstat (limited to 'lib/observer/src/Makefile')
-rw-r--r--lib/observer/src/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/observer/src/Makefile b/lib/observer/src/Makefile
index f9f239db37..4280557d45 100644
--- a/lib/observer/src/Makefile
+++ b/lib/observer/src/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2002-2016. All Rights Reserved.
+# Copyright Ericsson AB 2002-2021. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@ RELSYSDIR = $(RELEASE_PATH)/lib/observer-$(VSN)
# Common Macros
# ----------------------------------------------------
-MODULES= \
+MODULES = \
crashdump_viewer \
cdv_atom_cb \
cdv_bin_cb \
@@ -71,6 +71,7 @@ MODULES= \
observer_port_wx \
observer_pro_wx \
observer_procinfo \
+ observer_sock_wx \
observer_sys_wx \
observer_trace_wx \
observer_traceoptions_wx \