summaryrefslogtreecommitdiff
path: root/apidoc/Makefile.am
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-05-01 10:59:33 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-05-08 18:48:07 +0000
commitc9244b1bb2152954ecadb27f9285ae51d1055d6d (patch)
tree49a0c1f2a0cea1f1e06c2a8a23718745dcc2673f /apidoc/Makefile.am
parentc7efe01520d27215be8efa16859d3897896473e4 (diff)
downloadostree-c9244b1bb2152954ecadb27f9285ae51d1055d6d.tar.gz
build: Add --enable-experimental-api configure option for unstable APIs
There are currently no unstable APIs, but some will be added in following commits. They will be built and exposed in the libostree global symbol list iff configured with --enable-experimental-api. Distributions should not package OSTree with --enable-experimental-api. This is designed for previewing new APIs on controlled platforms; any of the APIs hidden behind this option may be changed or removed at any point. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #832 Approved by: cgwalters
Diffstat (limited to 'apidoc/Makefile.am')
-rw-r--r--apidoc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/apidoc/Makefile.am b/apidoc/Makefile.am
index 730a4c33..f3405fb0 100644
--- a/apidoc/Makefile.am
+++ b/apidoc/Makefile.am
@@ -120,6 +120,7 @@ include $(top_srcdir)/gtk-doc.make
EXTRA_DIST += \
version.xml \
ostree-sections.txt \
+ ostree-experimental-sections.txt \
$(NULL)
-include $(top_srcdir)/git.mk