build: Install new autocleanups header
Haven't noticed before that there is a separate variable for a list of OSTree public headers. This fixes an embarrassing error that prohibits building a project that includes ostree.h. Closes: #302 Approved by: cgwalters
This commit is contained in:
parent
d5f6104335
commit
506902f8a0
|
|
@ -21,6 +21,7 @@
|
||||||
libostree_public_headers = \
|
libostree_public_headers = \
|
||||||
src/libostree/ostree.h \
|
src/libostree/ostree.h \
|
||||||
src/libostree/ostree-async-progress.h \
|
src/libostree/ostree-async-progress.h \
|
||||||
|
src/libostree/ostree-autocleanups.h \
|
||||||
src/libostree/ostree-core.h \
|
src/libostree/ostree-core.h \
|
||||||
src/libostree/ostree-dummy-enumtypes.h \
|
src/libostree/ostree-dummy-enumtypes.h \
|
||||||
src/libostree/ostree-mutable-tree.h \
|
src/libostree/ostree-mutable-tree.h \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue