[misc] Add websocket to buildopts

This commit is contained in:
chme 2017-09-15 07:16:41 +02:00
parent 75eb5420fd
commit 2c51c6571a

View File

@ -66,6 +66,9 @@ static char *buildopts[] =
#ifdef RAOP_VERIFICATION #ifdef RAOP_VERIFICATION
"Device verification", "Device verification",
#endif #endif
#ifdef WEBSOCKET
"Websocket",
#endif
#ifdef HAVE_ALSA #ifdef HAVE_ALSA
"ALSA", "ALSA",
#endif #endif