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:
parent
b1ddc6c248
commit
cf814284e0
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue