Source
## "dist-hook" run after the distribution directory is filled, but before the actual tar (or shar) file is created.
## Process this file with automake to produce Makefile.in
DIST_SUBDIRS = \
go \
libs \
zabbix_agent \
zabbix_get \
zabbix_sender \
zabbix_proxy \
zabbix_server \
zabbix_java \
zabbix_js
if AGENT
COMMON_SUBDIRS = libs
else
if SERVER
COMMON_SUBDIRS = libs
else
if PROXY
COMMON_SUBDIRS = libs
else
if AGENT2
COMMON_SUBDIRS = libs
endif
endif
endif
endif
if AGENT
AGENT_SUBDIRS = \
zabbix_agent \
zabbix_get \
zabbix_sender
endif
if AGENT2
if !AGENT
AGENT_SUBDIRS = zabbix_agent
endif
GO_SUBDIRS = \
go
endif
if WEBSERVICE
GO_SUBDIRS = \
go
endif
if SERVER
SERVER_SUBDIRS = \
zabbix_server \
zabbix_js
endif
if PROXY
if SERVER
PROXY_SUBDIRS = \
zabbix_proxy
else
PROXY_SUBDIRS = \
zabbix_server/dbconfig \