From 453368078be8e79955a66ea9ca63efd6c3095850 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Aug 2011 09:21:00 +0200 Subject: configure.ac: add OpenSSL check for RAOP output plugin Auto-enable the plugin when OpenSSL was found. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 161d6a92b..7047eb10e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -689,6 +689,7 @@ OUTPUT_CFLAGS = \ $(FFADO_CFLAGS) \ $(JACK_CFLAGS) \ $(OPENAL_CFLAGS) \ + $(OPENSSL_CFLAGS) \ $(PULSE_CFLAGS) \ $(SHOUT_CFLAGS) @@ -777,6 +778,7 @@ OUTPUT_SRC += \ src/ntp_server.c src/ntp_server.h \ src/output/raop_output_plugin.c MIXER_SRC += src/mixer/raop_mixer_plugin.c +OUTPUT_LIBS += $(OPENSSL_LIBS) endif if HAVE_PULSE -- cgit v1.2.3