Browse Source

pay: Makefile was missing a header file

ppa-0.6.1
Christian Decker 8 years ago
committed by Rusty Russell
parent
commit
b18eaf8e1c
  1. 1
      lightningd/Makefile

1
lightningd/Makefile

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

Loading…
Cancel
Save