nostrdb: Makefile: build using ccan/ versions of files.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
Rusty Russell
2024-08-17 14:57:12 +09:30
committed by Daniel D’Aquino
parent 0ac25b7aa3
commit fc30b68c40
10 changed files with 24 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
#include "hex.h"
#include "cursor.h"
#include "random.h"
#include "sha256.h"
#include "ccan/crypto/sha256/sha256.h"
#include "bolt11/bolt11.h"
#include "bolt11/amount.h"
#include "lmdb.h"