summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2013-04-22 16:44:00 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2013-04-22 16:44:00 +0100
commit55f8288fe6ae9a158a3a1e4b64ecc9beea3e6534 (patch)
tree80619e31368d61b81f975f5f49e571c0b0ca917f /tests
parent9d4854585d1c2eac8a20af3b07952d43cc92cdb5 (diff)
Drop unused build dependency on OpenSSL
Since some time ago, Idle has used GIO's TLS stuff; we should have dropped this back then. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 295512a..1e84f35 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,8 +21,7 @@ AM_CFLAGS = \
-I $(top_builddir)/src \
@DBUS_CFLAGS@ \
@GLIB_CFLAGS@ \
- @TELEPATHY_CFLAGS@ \
- @OPENSSL_CFLAGS@
+ @TELEPATHY_CFLAGS@
AM_LDFLAGS = \
$(ERROR_LDFLAGS) \
@@ -31,8 +30,7 @@ AM_LDFLAGS = \
ALL_LIBS = \
@DBUS_LIBS@ \
@GLIB_LIBS@ \
- @TELEPATHY_LIBS@ \
- @OPENSSL_LIBS@
+ @TELEPATHY_LIBS@
TESTS = $(check_PROGRAMS)