summaryrefslogtreecommitdiff
path: root/src
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 /src
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 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1949a39..7326f8e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,7 +61,6 @@ AM_CFLAGS = \
$(ERROR_CFLAGS) \
@DBUS_CFLAGS@ \
@GLIB_CFLAGS@ \
- @OPENSSL_CFLAGS@ \
@TELEPATHY_CFLAGS@ \
-std=c99
@@ -72,7 +71,6 @@ AM_LDFLAGS = \
ALL_LIBS = \
@DBUS_LIBS@ \
@GLIB_LIBS@ \
- @OPENSSL_LIBS@ \
@TELEPATHY_LIBS@
man_MANS = telepathy-idle.8