Makefiles: simplify dependencies.

Gather all binaries and objects and make the depend on external
requirements and common headers.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-08-29 01:43:01 +09:30
committed by Christian Decker
parent 14277f93f2
commit 739b163f8b
22 changed files with 185 additions and 117 deletions

View File

@@ -4,7 +4,6 @@
#include "config.h"
#include <bitcoin/pubkey.h>
#include <common/htlc.h>
#include <lightningd/channel/channeld_htlc.h>
struct keyset;
struct sha256_double;