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-07-24 10:24:42 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2019-07-24 10:24:42 +0300
commit81d1b6da0b20012c1557fc524c5d3a9df0d27267 (patch)
tree16a01de0a8145b864cf03d3e28137896806b6f29 /Makefile.am
parent14bc451371c6e0385d8a15d616002928c4dbc212 (diff)
.......... [DEV-1100] moved go sources from src/go to go/src/zabbix, removed install target from package makefiles
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 459a0dc2fad..be9da54aca1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,18 @@
ACLOCAL_AMFLAGS = -I m4
+if GO
+GO_SUBDIRS = \
+ go
+endif
+
+
SUBDIRS = \
src \
database \
man \
- misc
+ misc \
+ $(GO_SUBDIRS)
EXTRA_DIST = \
bin \
@@ -14,7 +21,8 @@ EXTRA_DIST = \
frontends \
include \
conf \
- sass
+ sass \
+ go
## "dist-hook" run after the distribution directory is filled, but before the actual tar (or shar) file is created.
dist-hook: