summaryrefslogtreecommitdiffstats
path: root/src/libs/Makefile.am
blob: a2c4e509081259c7defe7990cc8af39dd17f4fd3 (plain)
1
2
3
4
5
6
7
if AGENT
AGENT_DIRS = zbxcommon zbxlog zbxcrypto zbxpid zbxnet zbxconf zbxsysinfo
endif
if SERVER
SERVER_DIRS = zbxcommon zbxlog zbxcrypto zbxpid zbxnet zbxconf zbxdbhigh zbxemail zbxsysinfo
endif
SUBDIRS=$(AGENT_DIRS) $(SERVER_DIRS)