mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
build: don't generate experimental variants of wire files.
We no longer have any experimental-only wire definitions. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -8,11 +8,7 @@
|
||||
#include "../type_to_string.c"
|
||||
#include "../../wire/towire.c"
|
||||
#include "../../wire/fromwire.c"
|
||||
#if EXPERIMENTAL_FEATURES
|
||||
#include "../../wire/onion_exp_wiregen.c"
|
||||
#else
|
||||
#include "../../wire/onion_wiregen.c"
|
||||
#endif
|
||||
#include <ccan/tal/grab_file/grab_file.h>
|
||||
#include <ccan/tal/path/path.h>
|
||||
#include <common/channel_id.h>
|
||||
|
||||
Reference in New Issue
Block a user