summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2013-03-15 19:33:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-03-18 11:41:20 +0000
commitd739d2e14952a1e75571de7839827d73f9568df4 (patch)
tree027cd6c73239e231210d473740622e840d6eb78c
parent9ea3d83bd6a191a4964cfa5cb92eb3720556d2f6 (diff)
examples: link against gnutls
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61792 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6123dbe..946838d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -13,6 +13,8 @@ INCLUDES := -I$(top_builddir)/wocky
wocky_dump_certificates_SOURCES = dump-certificates.c
wocky_dump_certificates_DEPENDENCIES = $(top_builddir)/wocky/libwocky.la
+wocky_dump_certificates_CFLAGS = $(TLS_CFLAGS) $(AM_CFLAGS)
+wocky_dump_certificates_LDADD = $(TLS_LIBS) $(LDADD)
wocky_send_message_SOURCES = send-message.c
wocky_send_message_DEPENDENCIES = $(top_builddir)/wocky/libwocky.la