build: add atom.c to meson

cute-signatures
Rasmus Thomsen 2020-05-19 12:52:40 +02:00 committed by Timo Teräs
parent 7f4591333d
commit 8a11ac3952
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
libapk_src = [
'atom.c',
'blob.c',
'commit.c',
'common.c',
@ -16,6 +17,7 @@ libapk_src = [
libapk_headers = [
'apk_applet.h',
'apk_atom.h',
'apk_archive.h',
'apk_blob.h',
'apk_database.h',