pay: Makefile was missing a header file

This commit is contained in:
Christian Decker 2017-04-03 19:44:36 +02:00 committed by Rusty Russell
parent 018c1d932d
commit b18eaf8e1c

View File

@ -80,6 +80,7 @@ LIGHTNINGD_HEADERS_NOGEN = \
lightningd/hsm_control.h \
lightningd/htlc_end.h \
lightningd/lightningd.h \
lightningd/pay.h \
lightningd/peer_control.h \
lightningd/subd.h \
$(LIGHTNINGD_OLD_LIB_HEADERS) \