2013-08-17 06:54:35 +04:00
# Shared variables between toplevel Makefile.am and doc/Makefile.am
# ...since gtk-doc forces use of recursive make =(
#
# Copyright (C) 2013 Colin Walters <walters@verbum.org>
#
2018-01-30 22:26:26 +03:00
# SPDX-License-Identifier: LGPL-2.0+
#
2013-08-17 06:54:35 +04:00
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
2021-12-07 04:20:55 +03:00
# License along with this library. If not, see <https://www.gnu.org/licenses/>.
2013-08-17 06:54:35 +04:00
libostree_public_headers = \
src/libostree/ostree.h \
2013-10-24 17:10:34 +04:00
src/libostree/ostree-async-progress.h \
2016-05-19 15:28:25 +03:00
src/libostree/ostree-autocleanups.h \
2022-01-03 17:20:58 +03:00
src/libostree/ostree-content-writer.h \
2013-08-17 06:54:35 +04:00
src/libostree/ostree-core.h \
2016-05-12 17:32:17 +03:00
src/libostree/ostree-dummy-enumtypes.h \
2013-08-17 06:54:35 +04:00
src/libostree/ostree-mutable-tree.h \
src/libostree/ostree-repo.h \
2021-03-11 04:36:13 +03:00
src/libostree/ostree-repo-os.h \
2013-08-17 06:54:35 +04:00
src/libostree/ostree-types.h \
src/libostree/ostree-repo-file.h \
src/libostree/ostree-diff.h \
2015-03-20 17:55:56 +03:00
src/libostree/ostree-gpg-verify-result.h \
2014-02-19 17:40:29 +04:00
src/libostree/ostree-sepolicy.h \
2013-09-16 02:07:34 +04:00
src/libostree/ostree-sysroot.h \
2014-03-23 16:54:28 +04:00
src/libostree/ostree-sysroot-upgrader.h \
2013-09-16 02:07:34 +04:00
src/libostree/ostree-deployment.h \
src/libostree/ostree-bootconfig-parser.h \
2016-07-27 12:11:13 +03:00
src/libostree/ostree-repo-deprecated.h \
2017-06-07 17:27:10 +03:00
src/libostree/ostree-ref.h \
2017-04-21 18:25:23 +03:00
src/libostree/ostree-remote.h \
2017-04-19 01:59:33 +03:00
src/libostree/ostree-repo-finder.h \
2017-04-19 02:13:28 +03:00
src/libostree/ostree-repo-finder-avahi.h \
2017-04-19 02:05:06 +03:00
src/libostree/ostree-repo-finder-config.h \
2017-04-19 02:07:51 +03:00
src/libostree/ostree-repo-finder-mount.h \
2017-10-16 18:18:03 +03:00
src/libostree/ostree-repo-finder-override.h \
2019-05-28 21:02:54 +03:00
src/libostree/ostree-kernel-args.h \
2019-07-29 02:32:28 +03:00
src/libostree/ostree-sign.h \
src/libostree/ostree-sign-ed25519.h \
2017-04-21 18:25:23 +03:00
$(NULL)
2017-03-10 20:33:52 +03:00
# This one is generated via configure.ac, and the gtk-doc
# code hence needs to look in the builddir.
libostree_public_built_headers = src/libostree/ostree-version.h