mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 08:04:23 +01:00
build: Correctly build and link ptr_valid.
This commit is contained in:
committed by
Christian Decker
parent
2f4ba73c77
commit
75f4b56766
3
Makefile
3
Makefile
@@ -65,6 +65,7 @@ CCAN_OBJS := \
|
||||
ccan-opt-usage.o \
|
||||
ccan-opt.o \
|
||||
ccan-pipecmd.o \
|
||||
ccan-ptr_valid.o \
|
||||
ccan-read_write_all.o \
|
||||
ccan-str-hex.o \
|
||||
ccan-str.o \
|
||||
@@ -431,6 +432,8 @@ ccan-asort.o: $(CCANDIR)/ccan/asort/asort.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-autodata.o: $(CCANDIR)/ccan/autodata/autodata.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-ptr_valid.o: $(CCANDIR)/ccan/ptr_valid/ptr_valid.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-read_write_all.o: $(CCANDIR)/ccan/read_write_all/read_write_all.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-str.o: $(CCANDIR)/ccan/str/str.c
|
||||
|
||||
Reference in New Issue
Block a user