2018-07-07 10:29:48 -04:00
|
|
|
libalpm_sources = files('''
|
|
|
|
add.h add.c
|
|
|
|
alpm.h alpm.c
|
|
|
|
alpm_list.h alpm_list.c
|
|
|
|
backup.h backup.c
|
|
|
|
base64.h base64.c
|
|
|
|
be_local.c
|
|
|
|
be_package.c
|
|
|
|
be_sync.c
|
|
|
|
conflict.h conflict.c
|
|
|
|
db.h db.c
|
|
|
|
deps.h deps.c
|
|
|
|
diskspace.h diskspace.c
|
|
|
|
dload.h dload.c
|
|
|
|
error.c
|
|
|
|
filelist.h filelist.c
|
|
|
|
graph.h graph.c
|
|
|
|
group.h group.c
|
|
|
|
handle.h handle.c
|
|
|
|
hook.h hook.c
|
|
|
|
libarchive-compat.h
|
|
|
|
log.h log.c
|
|
|
|
package.h package.c
|
|
|
|
pkghash.h pkghash.c
|
|
|
|
rawstr.c
|
|
|
|
remove.h remove.c
|
2022-11-09 10:51:35 +10:00
|
|
|
sandbox.h sandbox.c
|
2024-04-03 16:18:17 +02:00
|
|
|
sandbox_fs.h sandbox_fs.c
|
2024-04-03 17:05:18 +02:00
|
|
|
sandbox_syscalls.h sandbox_syscalls.c
|
2018-07-07 10:29:48 -04:00
|
|
|
signing.c signing.h
|
|
|
|
sync.h sync.c
|
|
|
|
trans.h trans.c
|
|
|
|
util.h util.c
|
2022-12-24 11:15:40 -08:00
|
|
|
info.c
|
|
|
|
mfmt.c mfmt.h
|
2018-07-07 10:29:48 -04:00
|
|
|
version.c
|
|
|
|
'''.split())
|