mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
wire/Makefile: always generate non-exp files.
I wasn't regenerating these when I changed dependencies, because I was configured with --enable-experimental-features. Putting them in ALL_C_HEADERS and ALL_C_SOURCES means they'll be regenerated, even though nothing depends on them. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
2
wire/common_wiregen.c
generated
2
wire/common_wiregen.c
generated
@@ -100,4 +100,4 @@ bool fromwire_custommsg_out(const tal_t *ctx, const void *p, u8 **msg)
|
||||
fromwire_u8_array(&cursor, &plen, *msg, msg_len);
|
||||
return cursor != NULL;
|
||||
}
|
||||
// SHA256STAMP:a747ee0bc8a91c00e719bae883b505d6e7c85b33165a9156a571a0aa171a7256
|
||||
// SHA256STAMP:195e43668e6a1d3cc539759de8706f07824d31d8cdac50cd7d46978b1541c479
|
||||
|
||||
Reference in New Issue
Block a user