]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add in the MQTT includes
authorMike Brady <mikebrady@eircom.net>
Mon, 4 Mar 2019 13:56:58 +0000 (13:56 +0000)
committerMike Brady <mikebrady@eircom.net>
Mon, 4 Mar 2019 13:56:58 +0000 (13:56 +0000)
Makefile.am

index 81db424a8986ead1e3efe431641225ddd8a55b8f..e17bf39ac0c037b6aead6f1204789d8780067f72 100644 (file)
@@ -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