diff --git a/src/Makefile.am b/src/Makefile.am index 1ac8a165f..d7ef395b0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1349,6 +1349,9 @@ modlibexec_LTLIBRARIES += \ module-bluez5-device.la endif +# RAOP depends on RTP, and we don't support RTP on Windows, see comment at +# librtp.la above. +if !OS_IS_WIN32 if HAVE_OPENSSL modlibexec_LTLIBRARIES += \ libraop.la \ @@ -1358,6 +1361,7 @@ modlibexec_LTLIBRARIES += \ module-raop-discover.la endif endif +endif if HAVE_DBUS if HAVE_FFTW