mod_netconf: build: libssh2 nor libxml2 are not required for build
diff --git a/src/Makefile b/src/Makefile
index 1270971..ab544b5 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,8 +2,8 @@
 
 APXS=/usr/sbin/apxs2
 
-CFLAGS=-I/usr/include/json `xml2-config --cflags`
-LIBS=-lnetconf -ljson `xml2-config --libs` -lssh2
+CFLAGS=-I/usr/include/json
+LIBS=-lnetconf -ljson
 
 all: module client