commit | 2c91ac6d9313b8a46dfc684e3654b508976351d8 | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Mon Jul 30 13:35:35 2012 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Mon Jul 30 13:35:35 2012 +0200 |
tree | 061eda6c9f17ad3298f2fd036ab543e3ccd5eda5 | |
parent | ec49de9e85e80aa61384a0a60d27e55b738c044d [diff] [blame] |
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