Skip to content

Commit

Permalink
include/meson.build: include missing headers. fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Aug 2, 2023
1 parent 5f38bf1 commit c49a38d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
headers = files(
'sqsh.h',
'sqsh_archive.h',
'sqsh_archive_private.h',
'sqsh_chrome.h',
'sqsh_common.h',
'sqsh_data_private.h',
Expand All @@ -10,13 +11,17 @@ headers = files(
'sqsh_extract_private.h',
'sqsh_file.h',
'sqsh_file_private.h',
'sqsh_inode.h',
'sqsh_inode_private.h',
'sqsh_mapper.h',
'sqsh_mapper_private.h',
'sqsh_metablock_private.h',
'sqsh_primitive_private.h',
'sqsh_table.h',
'sqsh_table_private.h',
'sqsh_thread_private.h',
'sqsh_tree.h',
'sqsh_tree_private.h',
'sqsh_xattr.h',
'sqsh_xattr_private.h',
)
Expand Down

0 comments on commit c49a38d

Please sign in to comment.