From 5068d34c08f951a7ea6257d305a1627b09a95817 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:44:55 +0200 Subject: Adding upstream version 0.11.1. Signed-off-by: Daniel Baumann --- src/third-party/base64/lib/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/third-party/base64/lib/Makefile.am (limited to 'src/third-party/base64/lib/Makefile.am') diff --git a/src/third-party/base64/lib/Makefile.am b/src/third-party/base64/lib/Makefile.am new file mode 100644 index 0000000..7058b4b --- /dev/null +++ b/src/third-party/base64/lib/Makefile.am @@ -0,0 +1,23 @@ + +noinst_HEADERS = \ + ../include/libbase64.h \ + arch/generic/32/enc_loop.c \ + arch/generic/32/dec_loop.c \ + arch/generic/enc_tail.c \ + arch/generic/dec_tail.c \ + arch/generic/64/enc_loop.c \ + arch/generic/enc_head.c \ + arch/generic/dec_head.c \ + tables/tables.h \ + tables/table_dec_32bit.h \ + tables/table_enc_12bit.h \ + codecs.h \ + config.h \ + env.h + +noinst_LIBRARIES = libbase64.a + +libbase64_a_SOURCES = \ + lib.c \ + arch/generic/codec.c \ + tables/tables.c -- cgit v1.2.3