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>
#
# 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
# License along with this library; if not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
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 \
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 \
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 \
2013-08-17 06:54:35 +04:00
$(NULL)
2017-03-10 20:33:52 +03:00
2017-04-21 18:25:23 +03:00
if ENABLE_EXPERIMENTAL_API
libostree_public_headers += \
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-04-21 18:25:23 +03:00
$(NULL)
endif
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