build: Replace PLUGIN_RENEPAY_HDRS json.c with json.h in Makefile.

This commit is contained in:
Se7enZ
2025-12-15 12:44:14 +01:00
committed by Sangbida
parent ee94ba3df9
commit 70fe02513c

View File

@@ -34,7 +34,7 @@ PLUGIN_RENEPAY_HDRS := \
plugins/renepay/uncertainty.h \
plugins/renepay/mods.h \
plugins/renepay/errorcodes.h \
plugins/renepay/json.c
plugins/renepay/json.h
PLUGIN_RENEPAY_OBJS := $(PLUGIN_RENEPAY_SRC:.c=.o)