[MAKEFILE/misc] Add option to disable inclusion of default webinterface

This commit is contained in:
chme
2018-05-26 08:52:45 +02:00
committed by ejurgensen
parent cbee169729
commit f4422e9cf4
3 changed files with 47 additions and 18 deletions

View File

@@ -80,6 +80,9 @@ static char *buildopts[] =
#endif
#ifdef HAVE_LIBPULSE
"Pulseaudio",
#endif
#ifdef WEBINTERFACE
"Webinterface",
#endif
NULL
};