diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-04 21:19:16 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-08-04 21:19:16 +0000 |
| commit | 5606aae247b79d17e4a2b59ddc2bb67c0c405fd7 (patch) | |
| tree | 9e9630a7a4d997acc1c359e08f426e26ebc874f2 /src/libs | |
| parent | 9f56b3ffd0d90ad583ee41b3ecd48c7b3a8c3203 (diff) | |
- support of option --enable-agent (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1933 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs')
| -rw-r--r-- | src/libs/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am index f95f6897..93d87187 100644 --- a/src/libs/Makefile.am +++ b/src/libs/Makefile.am @@ -1,6 +1,7 @@ +if AGENT +AGENT_DIRS = zbxlog zbxcrypto zbxpid zbxnet zbxconf zbxsysinfo zbxcommon +endif if SERVER -DIRS = zbxlog zbxcrypto zbxpid zbxnet zbxconf zbxdbhigh zbxemail zbxsysinfo zbxcommon -else !SERVER -DIRS = zbxlog zbxcrypto zbxpid zbxnet zbxconf zbxemail zbxsysinfo zbxcommon -endif !SERVER -SUBDIRS=$(DIRS) +SERVER_DIRS = zbxlog zbxcrypto zbxpid zbxnet zbxconf zbxdbhigh zbxemail zbxsysinfo zbxcommon +endif +SUBDIRS=$(AGENT_DIRS) $(SERVER_DIRS) |
