summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-06-21 17:11:08 +0300
committerGitHub <noreply@github.com>2023-06-21 17:11:08 +0300
commit9325f2f0acda6a3c2c712e1b8c05e34ab54f05b7 (patch)
tree931abcdbbc3526102c0161cc5adca13ccd5e0d61 /Makefile.am
parent97ed758f5bf84107b62d056abdb3e5a102fbc906 (diff)
Allow overriding pipename from env (#15215)
This in turn will allow us to target specific agent processes running with the commands cli.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 666847dc32..510fbb3e55 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -936,6 +936,8 @@ DAEMON_FILES = \
daemon/static_threads.c \
daemon/commands.c \
daemon/commands.h \
+ daemon/pipename.c \
+ daemon/pipename.h \
daemon/unit_test.c \
daemon/unit_test.h \
$(NULL)
@@ -1140,6 +1142,8 @@ endif
NETDATACLI_FILES = \
daemon/commands.h \
+ daemon/pipename.c \
+ daemon/pipename.h \
libnetdata/buffer/buffer.c \
libnetdata/buffer/buffer.h \
cli/cli.c \