Christophe Fergeau
2014-10-17 11:12:06 UTC
The compilation instructions are no longer needed as the rest daemon
build is integrated in the main autotools-based build system.
---
daemon/lsm_rest.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/daemon/lsm_rest.c b/daemon/lsm_rest.c
index 51c5335..865d498 100644
--- a/daemon/lsm_rest.c
+++ b/daemon/lsm_rest.c
@@ -58,11 +58,6 @@ static json_bool json_object_object_get_ex(struct json_object* obj,
TODO: MHD_get_connection_values() with MHD_GET_ARGUMENT_KIND to
get all query argument
TODO: Check malloc() return code
-
- gcc lsm_rest.c -o lsm_restd \
- `pkg-config --cflags --libs libmicrohttpd xml2` \
- `xml2-config --libs` `xml2-config --cflags` \
- `pkd-config --cflags --libs json`
*/
void para_list_init(ParaList_t *para_list)
build is integrated in the main autotools-based build system.
---
daemon/lsm_rest.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/daemon/lsm_rest.c b/daemon/lsm_rest.c
index 51c5335..865d498 100644
--- a/daemon/lsm_rest.c
+++ b/daemon/lsm_rest.c
@@ -58,11 +58,6 @@ static json_bool json_object_object_get_ex(struct json_object* obj,
TODO: MHD_get_connection_values() with MHD_GET_ARGUMENT_KIND to
get all query argument
TODO: Check malloc() return code
-
- gcc lsm_rest.c -o lsm_restd \
- `pkg-config --cflags --libs libmicrohttpd xml2` \
- `xml2-config --libs` `xml2-config --cflags` \
- `pkd-config --cflags --libs json`
*/
void para_list_init(ParaList_t *para_list)
--
2.1.0
2.1.0