|
1 | 1 | PLUGIN_RENEPAY_SRC := \ |
2 | 2 | plugins/renepay/main.c \ |
3 | | - plugins/renepay/flow.c \ |
4 | | - plugins/renepay/mcf.c \ |
5 | | - plugins/renepay/dijkstra.c \ |
6 | | - plugins/renepay/disabledmap.c \ |
7 | 3 | plugins/renepay/payment.c \ |
8 | | - plugins/renepay/chan_extra.c \ |
9 | 4 | plugins/renepay/route.c \ |
10 | | - plugins/renepay/routebuilder.c \ |
11 | 5 | plugins/renepay/routetracker.c \ |
12 | 6 | plugins/renepay/routefail.c \ |
13 | 7 | plugins/renepay/sendpay.c \ |
14 | | - plugins/renepay/uncertainty.c \ |
15 | 8 | plugins/renepay/mods.c \ |
16 | 9 | plugins/renepay/errorcodes.c \ |
17 | 10 | plugins/renepay/json.c |
18 | 11 |
|
19 | 12 | PLUGIN_RENEPAY_HDRS := \ |
20 | 13 | plugins/renepay/payplugin.h \ |
21 | | - plugins/renepay/flow.h \ |
22 | | - plugins/renepay/mcf.h \ |
23 | | - plugins/renepay/dijkstra.h \ |
24 | | - plugins/renepay/disabledmap.h \ |
25 | 14 | plugins/renepay/payment.h \ |
26 | 15 | plugins/renepay/payment_info.h \ |
27 | | - plugins/renepay/chan_extra.h \ |
28 | 16 | plugins/renepay/renepayconfig.h \ |
29 | 17 | plugins/renepay/route.h \ |
30 | | - plugins/renepay/routebuilder.h \ |
31 | 18 | plugins/renepay/routetracker.h \ |
32 | 19 | plugins/renepay/routefail.h \ |
33 | 20 | plugins/renepay/sendpay.h \ |
34 | | - plugins/renepay/uncertainty.h \ |
35 | 21 | plugins/renepay/mods.h \ |
36 | 22 | plugins/renepay/errorcodes.h \ |
37 | 23 | plugins/renepay/json.c |
|
0 commit comments