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
path: root/build
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-03-10 12:20:15 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-10 12:20:15 +0300
commitfa49d4b8f0572147805f22853267c0b50ac27527 (patch)
treeb86729c56e9e1fcc41707744fbbdee66e16114f3 /build
parente85a6382c20424c2bc30f7fa35ab1303f9f869c3 (diff)
...G...... [ZBXNEXT-6478] added version information to web service
Diffstat (limited to 'build')
-rw-r--r--build/mingw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/mingw/Makefile b/build/mingw/Makefile
index 8c6067d0d03..17801aa7ea0 100644
--- a/build/mingw/Makefile
+++ b/build/mingw/Makefile
@@ -77,10 +77,10 @@ CGO_LDFLAGS += $(LDFLAGS)
PKG=zabbix.com/pkg/version
-GOLDFLAGS = -X $(PKG).titleMessage=zabbix_agent2
-GOLDFLAGS += -X $(PKG).compileOs=windows
+GOLDFLAGS = -X $(PKG).compileOs=windows
GOLDFLAGS += -X $(PKG).compileArch=$(GOARCH)
GOLDFLAGS += -X main.confDefault=zabbix_agent2.win.conf
+GOLDFLAGS += -X main.applicationName=zabbix_agent2
all: $(TARGETBIN)