summaryrefslogtreecommitdiff
path: root/Makefile-libostree-defines.am
blob: b01ec2a11284dfc9db9ad05f22927746dc5fcb79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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>
#
# SPDX-License-Identifier: LGPL-2.0+
#
# 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, see <https://www.gnu.org/licenses/>.

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 \
	src/libostree/ostree-repo.h \
	src/libostree/ostree-repo-os.h \
	src/libostree/ostree-types.h \
	src/libostree/ostree-repo-file.h \
	src/libostree/ostree-diff.h \
	src/libostree/ostree-gpg-verify-result.h \
	src/libostree/ostree-sepolicy.h \
	src/libostree/ostree-sysroot.h \
	src/libostree/ostree-sysroot-upgrader.h \
	src/libostree/ostree-deployment.h \
	src/libostree/ostree-bootconfig-parser.h \
	src/libostree/ostree-repo-deprecated.h \
	src/libostree/ostree-ref.h \
	src/libostree/ostree-remote.h \
	src/libostree/ostree-repo-finder.h \
	src/libostree/ostree-repo-finder-avahi.h \
	src/libostree/ostree-repo-finder-config.h \
	src/libostree/ostree-repo-finder-mount.h \
	src/libostree/ostree-repo-finder-override.h \
	src/libostree/ostree-kernel-args.h \
	src/libostree/ostree-sign.h \
	src/libostree/ostree-sign-ed25519.h \
	$(NULL)

# 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