Merge pull request #2460 from cgwalters/gir-no-tls-interaction
This commit is contained in:
commit
cc70ab27fa
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ IGNORE_HFILES= \
|
|||
ostree-repo-pull-private.h \
|
||||
ostree-repo-static-delta-private.h \
|
||||
ostree-sysroot-private.h \
|
||||
ostree-tls-cert-interaction.h \
|
||||
ostree-tls-cert-interaction-private.h \
|
||||
$(NULL)
|
||||
|
||||
# Images to copy into HTML directory.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "ostree-fetcher.h"
|
||||
#include "ostree-fetcher-util.h"
|
||||
#ifdef HAVE_LIBSOUP_CLIENT_CERTS
|
||||
#include "ostree-tls-cert-interaction.h"
|
||||
#include "ostree-tls-cert-interaction-private.h"
|
||||
#endif
|
||||
#include "ostree-enumtypes.h"
|
||||
#include "ostree.h"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include "ostree-tls-cert-interaction.h"
|
||||
#include "ostree-tls-cert-interaction-private.h"
|
||||
|
||||
struct _OstreeTlsCertInteraction
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue