lib: use ostree-content-writer header

This installs and exposes the content of `ostree-content-writer.h`,
so that library consumers can properly reference symbols defined
in that header.
This commit is contained in:
Luca BRUNO 2022-01-03 14:20:58 +00:00
parent b1ddc6c248
commit cf814284e0
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ libostree_public_headers = \
src/libostree/ostree.h \
src/libostree/ostree-async-progress.h \
src/libostree/ostree-autocleanups.h \
src/libostree/ostree-content-writer.h \
src/libostree/ostree-core.h \
src/libostree/ostree-dummy-enumtypes.h \
src/libostree/ostree-mutable-tree.h \

View File

@ -20,6 +20,7 @@
#pragma once
#include <ostree-async-progress.h>
#include <ostree-content-writer.h>
#include <ostree-core.h>
#include <ostree-repo.h>
#include <ostree-repo-os.h>