From: Mike Brady Date: Mon, 4 Mar 2019 13:56:58 +0000 (+0000) Subject: Add in the MQTT includes X-Git-Tag: 3.3RC0~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a10506bd2f630f070150d27b9addfa39063afd;p=thirdparty%2Fshairport-sync.git Add in the MQTT includes --- diff --git a/Makefile.am b/Makefile.am index 81db424a..e17bf39a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,6 +93,10 @@ if USE_METADATA_HUB shairport_sync_SOURCES += metadata_hub.c endif +if USE_MQTT +shairport_sync_SOURCES += mqtt.c +endif + if USE_DACP_CLIENT shairport_sync_SOURCES += dacp.c tinyhttp/chunk.c tinyhttp/header.c tinyhttp/http.c endif