summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-22 13:40:16 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-22 13:40:16 +0000
commit7db4f3b57bdf9c1d32c28abd98e4e7ab713718e9 (patch)
tree1a9e1d1de368cfa61da25ee2cd6d43540805ae49 /src
parent1bba319e5b2f32b8469c5d7a62b5abed5708e5fb (diff)
downloadzabbix-7db4f3b57bdf9c1d32c28abd98e4e7ab713718e9.tar.gz
zabbix-7db4f3b57bdf9c1d32c28abd98e4e7ab713718e9.tar.xz
zabbix-7db4f3b57bdf9c1d32c28abd98e4e7ab713718e9.zip
- [DEV-109] Server changes
git-svn-id: svn://svn.zabbix.com/trunk@5385 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
-rw-r--r--src/libs/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am
index 5f84ad38..37be0906 100644
--- a/src/libs/Makefile.am
+++ b/src/libs/Makefile.am
@@ -24,7 +24,6 @@ PROXY_SUBDIRS = \
zbxdb \
zbxdbcache \
zbxdbhigh \
- zbxjson \
zbxserver
endif
@@ -35,7 +34,6 @@ SERVER_SUBDIRS = \
zbxdbhigh \
zbxemail \
zbxsms \
- zbxjson \
zbxserver
endif
@@ -53,6 +51,7 @@ SUBDIRS = \
zbxplugin \
zbxsys \
zbxcomms \
+ zbxjson \
$(JABBER_SUBDIRS) \
$(PROXY_SUBDIRS) \
$(SERVER_SUBDIRS)