1
0
Fork 0

Adding upstream version 2.6.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 12:24:26 +01:00
parent acf5b2ec4c
commit 83f51a6dde
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
262 changed files with 7434 additions and 3024 deletions

View file

@ -1,9 +1,14 @@
# SPDX-License-Identifier: GPL-2.0-or-later
sources += files([
'ccan/hash/hash.c',
'ccan/htable/htable.c',
'ccan/ilog/ilog.c',
'ccan/likely/likely.c',
'ccan/list/list.c',
'ccan/str/debug.c',
'ccan/str/str.c',
'ccan/strset/strset.c',
])
if get_option('buildtype') == 'debug'