mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-25 16:54:20 +01:00
ccan: import base32 module.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
4
Makefile
4
Makefile
@@ -79,6 +79,7 @@ CCAN_OBJS := \
|
||||
ccan-ptr_valid.o \
|
||||
ccan-rbuf.o \
|
||||
ccan-read_write_all.o \
|
||||
ccan-str-base32.o \
|
||||
ccan-str-hex.o \
|
||||
ccan-str.o \
|
||||
ccan-take.o \
|
||||
@@ -138,6 +139,7 @@ CCAN_HEADERS := \
|
||||
$(CCANDIR)/ccan/rbuf/rbuf.h \
|
||||
$(CCANDIR)/ccan/read_write_all/read_write_all.h \
|
||||
$(CCANDIR)/ccan/short_types/short_types.h \
|
||||
$(CCANDIR)/ccan/str/base32/base32.h \
|
||||
$(CCANDIR)/ccan/str/hex/hex.h \
|
||||
$(CCANDIR)/ccan/str/str.h \
|
||||
$(CCANDIR)/ccan/str/str_debug.h \
|
||||
@@ -549,3 +551,5 @@ ccan-bitops.o: $(CCANDIR)/ccan/bitops/bitops.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-rbuf.o: $(CCANDIR)/ccan/rbuf/rbuf.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
ccan-str-base32.o: $(CCANDIR)/ccan/str/base32/base32.c
|
||||
$(CC) $(CFLAGS) -c -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user