summaryrefslogtreecommitdiff
path: root/Makefile-libostree.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2021-10-06 12:42:56 -0400
committerColin Walters <walters@verbum.org>2021-10-06 12:42:56 -0400
commita73a28634d9d68ae98061529e36023adf353aed7 (patch)
tree7db526e0a2c7ff69975b5b62a5cc37cfbedc4da6 /Makefile-libostree.am
parentccb4a1fc35516b5d5ce0bb68587f9491840d5531 (diff)
downloadostree-a73a28634d9d68ae98061529e36023adf353aed7.tar.gz
Remove OstreeTlsCertInteraction bits from introspection
We filter out everything named `-private.h` from scanning, which differs from the gtk-doc exclude. Eventually this will be solved when we switch to the new gir-based docs. Came up in https://github.com/ostreedev/ostree-rs/pull/34#discussion_r723337772
Diffstat (limited to 'Makefile-libostree.am')
-rw-r--r--Makefile-libostree.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 6b94f76f..1f698afc 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -146,7 +146,7 @@ endif
if HAVE_LIBSOUP_CLIENT_CERTS
libostree_1_la_SOURCES += \
src/libostree/ostree-tls-cert-interaction.c \
- src/libostree/ostree-tls-cert-interaction.h \
+ src/libostree/ostree-tls-cert-interaction-private.h \
$(NULL)
endif