summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRuslan N. Marchenko <me@ruff.mobi>2020-04-23 23:33:55 +0200
committerRuslan N. Marchenko <me@ruff.mobi>2020-05-17 22:39:30 +0200
commit71d67e44ce3072ebeae477f1b493bbb80f6f7958 (patch)
treecaf29b1acfbd794d21e5f4808711a64bd5e3a40c /examples
parentaa31ef0b5192bf674044eec9678c08250405453f (diff)
Remove direct openssl backend, available via env GIO_USE_TLS
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index cddb8a0..b5b0367 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,9 +1,8 @@
EXAMPLES =
-if ! USING_OPENSSL
+if HAVE_TLS
EXAMPLES += wocky-dump-certificates
endif
-
EXAMPLES += wocky-send-message
EXAMPLES += wocky-receive-messages
EXAMPLES += wocky-register
@@ -13,6 +12,7 @@ INCLUDES := -I$(top_builddir)/wocky
wocky_dump_certificates_SOURCES = dump-certificates.c
wocky_dump_certificates_CFLAGS = $(TLS_CFLAGS) $(AM_CFLAGS)
+
wocky_dump_certificates_LDADD = $(TLS_LIBS) $(LDADD)
wocky_send_message_SOURCES = send-message.c