diff --git a/lightningd/Makefile b/lightningd/Makefile index c1cbf9d4d..557bfb9c2 100644 --- a/lightningd/Makefile +++ b/lightningd/Makefile @@ -132,9 +132,9 @@ LIGHTNINGD_COMMON_OBJS := \ include wallet/Makefile # All together in one convenient var -LIGHTNINGD_HEADERS = $(LIGHTNINGD_HEADERS_NOGEN) $(LIGHTNINGD_HEADERS_GEN) $(WALLET_LIB_HEADERS) +LIGHTNINGD_HEADERS = $(LIGHTNINGD_HEADERS_NOGEN) $(LIGHTNINGD_HEADERS_GEN) $(WALLET_HDRS) -$(LIGHTNINGD_OBJS): $(LIGHTNINGD_HEADERS) $(WALLET_HDRS) +$(LIGHTNINGD_OBJS): $(LIGHTNINGD_HEADERS) # Only the plugin component needs to depend on this header. lightningd/plugin.o: plugins/list_of_builtin_plugins_gen.h