diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-29 02:37:14 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-29 02:45:48 +0000 |
commit | 6e5db5e4a226dc920a8959e8201d75f54c37dde2 (patch) | |
tree | 31670ff7dd821d154eabf0a833a3c28d6be1cb41 /src/libutil/meson.build | |
parent | 69bfd21e20cfd136af99f98dea26b5c0b5d934d3 (diff) |
meson: install missing/generated headers
one headers (args/root.hh) was simply missing, and the generated headers
were not installed. not all of them *should* be installed either, only a
select few (and sadly this needs a custom target for each one, it seems)
Change-Id: I37b25517895d0e5e521abc1202fa65624de57ed1
Diffstat (limited to 'src/libutil/meson.build')
-rw-r--r-- | src/libutil/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/meson.build b/src/libutil/meson.build index 8e4b5211d..c0dd1aa2b 100644 --- a/src/libutil/meson.build +++ b/src/libutil/meson.build @@ -35,6 +35,7 @@ libutil_headers = files( 'abstract-setting-to-json.hh', 'ansicolor.hh', 'archive.hh', + 'args/root.hh', 'args.hh', 'box_ptr.hh', 'callback.hh', |