summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-10-25 15:28:55 -0400
committerDavid Robillard <d@drobilla.net>2021-10-25 15:28:55 -0400
commit6efd3ee1cb1c85e39fcdc6f0eef0c0e86db827a6 (patch)
tree81dd93ecb78ee98fefe6f759f70ebf954eaf3183
parentb1fc92c1cad08f9b8162eef3907f1d733ec0ef6c (diff)
downloadzix-6efd3ee1cb1c85e39fcdc6f0eef0c0e86db827a6.tar.gz
zix-6efd3ee1cb1c85e39fcdc6f0eef0c0e86db827a6.tar.bz2
zix-6efd3ee1cb1c85e39fcdc6f0eef0c0e86db827a6.zip
Fix incomplete header installation
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c20f431..57cf105 100644
--- a/meson.build
+++ b/meson.build
@@ -225,8 +225,11 @@ pkg.generate(
description: 'A lightweight portability and data structure C library')
headers = [
+ 'include/zix/allocator.h',
+ 'include/zix/attributes.h',
'include/zix/bitset.h',
'include/zix/btree.h',
+ 'include/zix/bump_allocator.h',
'include/zix/common.h',
'include/zix/digest.h',
'include/zix/hash.h',