diff options
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index 6c5f6ca..4a76d4c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -18,6 +18,7 @@ libapk_src = [ 'io_url.c', 'io_gunzip.c', 'package.c', + 'pathbuilder.c', 'print.c', 'solver.c', 'trust.c', @@ -35,6 +36,7 @@ libapk_headers = [ 'apk_io.h', 'apk_openssl.h', 'apk_package.h', + 'apk_pathbuilder.h', 'apk_print.h', 'apk_provider_data.h', 'apk_solver_data.h', @@ -60,6 +62,7 @@ apk_src = [ 'app_list.c', 'app_manifest.c', 'app_mkndx.c', + 'app_mkpkg.c', 'app_policy.c', 'app_update.c', 'app_upgrade.c', |