From 04a05e316cc180b41f471c77735f3cd2e52c6ad7 Mon Sep 17 00:00:00 2001 From: vraatikka Date: Tue, 9 Jul 2013 16:18:18 +0300 Subject: [PATCH] Fixed path to monitor --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index 193dd7c55..b8cc20936 100644 --- a/core/Makefile +++ b/core/Makefile @@ -105,6 +105,6 @@ links: libtelnetd.so - ln -s $(ROOT_PATH)/epoll_v1.0/modules/protocol/libHTTPD.so libHTTPD.so - ln -s $(ROOT_PATH)/epoll_v1.0/modules/routing/libtestroute.so libtestroute.so - - ln -s $(ROOT_PATH)/epoll_v1.0/modules/routing/libmysqlmon.so libmysqlmon.so + - ln -s $(ROOT_PATH)/epoll_v1.0/modules/monitor/libmysqlmon.so libmysqlmon.so include depend.mk