external: new subdirectory for all external libraries and submodules.

You will want to 'make distclean' after this.

I also removed libsecp; we use the one in in libwally anyway.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-08-29 01:41:01 +09:30
committed by Christian Decker
parent c6976cd947
commit f42f34b82d
363 changed files with 108 additions and 20853 deletions

View File

@@ -8,7 +8,7 @@
#include <stdlib.h>
#define JSMN_STRICT 1
# include "daemon/jsmn/jsmn.h"
# include <external/jsmn/jsmn.h>
struct ipaddr;
struct json_result;