Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2019-09-18 16:14:13 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2019-09-18 16:14:13 +0300
commit0700b2013c9e5397893315f6321ca6c367334085 (patch)
tree452eafc1b9d9c580f9ff49332f7ec458d2acd842 /Makefile.am
parent0863d888a87ba1477b4c6ac65a5e0033e08150f6 (diff)
.......... [DEV-1100] renamed go agent to zabbix_agent2
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a0384f8925..692a4e2061e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,8 @@
ACLOCAL_AMFLAGS = -I m4
-if GO
-GO_SUBDIRS = \
+if AGENT2
+AGENT2_SUBDIRS = \
go
endif
@@ -13,7 +13,7 @@ SUBDIRS = \
database \
man \
misc \
- $(GO_SUBDIRS)
+ $(AGENT2_SUBDIRS)
EXTRA_DIST = \
bin \