summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 0147c58ec2e9f29788e8a61efffdfb1dcb9e5ba3 (plain)
1
2
3
4
5
6
7
if AGENT
AGENT_DIRS = libs zabbix_agent zabbix_get zabbix_sender
endif
if SERVER
SERVER_DIRS = libs zabbix_server
endif
SUBDIRS = $(AGENT_DIRS) $(SERVER_DIRS)