2013-08-16 22: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 20:26:26 +01:00
# SPDX-License-Identifier: LGPL-2.0+
#
2013-08-16 22: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-06 20:20:55 -05:00
# License along with this library. If not, see <https://www.gnu.org/licenses/>.
2013-08-16 22:54:35 -04:00
libostree_public_headers = \
src/libostree/ostree.h \
2013-10-24 09:10:34 -04:00
src/libostree/ostree-async-progress.h \
2016-05-19 14:28:25 +02:00
src/libostree/ostree-autocleanups.h \
2022-01-03 14:20:58 +00:00
src/libostree/ostree-content-writer.h \
2013-08-16 22:54:35 -04:00
src/libostree/ostree-core.h \
2016-05-12 10:32:17 -04:00
src/libostree/ostree-dummy-enumtypes.h \
2013-08-16 22:54:35 -04:00
src/libostree/ostree-mutable-tree.h \
src/libostree/ostree-repo.h \
2021-03-11 01:36:13 +00:00
src/libostree/ostree-repo-os.h \
2013-08-16 22:54:35 -04:00
src/libostree/ostree-types.h \
src/libostree/ostree-repo-file.h \
src/libostree/ostree-diff.h \
2015-03-20 10:55:56 -04:00
src/libostree/ostree-gpg-verify-result.h \
2014-02-19 08:40:29 -05:00
src/libostree/ostree-sepolicy.h \
2013-09-15 18:07:34 -04:00
src/libostree/ostree-sysroot.h \
2014-03-23 08:54:28 -04:00
src/libostree/ostree-sysroot-upgrader.h \
2013-09-15 18:07:34 -04:00
src/libostree/ostree-deployment.h \
src/libostree/ostree-bootconfig-parser.h \
2016-07-27 11:11:13 +02:00
src/libostree/ostree-repo-deprecated.h \
2017-06-07 15:27:10 +01:00
src/libostree/ostree-ref.h \
2017-04-21 16:25:23 +01:00
src/libostree/ostree-remote.h \
2017-04-18 23:59:33 +01:00
src/libostree/ostree-repo-finder.h \
2017-04-19 00:13:28 +01:00
src/libostree/ostree-repo-finder-avahi.h \
2017-04-19 00:05:06 +01:00
src/libostree/ostree-repo-finder-config.h \
2017-04-19 00:07:51 +01:00
src/libostree/ostree-repo-finder-mount.h \
2017-10-16 16:18:03 +01:00
src/libostree/ostree-repo-finder-override.h \
2019-05-28 14:02:54 -04: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 16:25:23 +01:00
$(NULL)
2017-03-10 14: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