diff options
author | Max Kellermann <max@duempel.org> | 2008-11-07 08:27:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-07 08:27:14 +0100 |
commit | ab3876d4c059d4a076c49d1700067fe7b3696d54 (patch) | |
tree | f27f36687dc0277f52ee9a25cf8a27a0f5899253 /src/screen_list.c | |
parent | 865a07f6753c23190a18c1a1429be144bf7069b2 (diff) | |
download | mpd-ab3876d4c059d4a076c49d1700067fe7b3696d54.tar.gz mpd-ab3876d4c059d4a076c49d1700067fe7b3696d54.tar.xz mpd-ab3876d4c059d4a076c49d1700067fe7b3696d54.zip |
configure.ac: added --disable-help-screen
Diffstat (limited to 'src/screen_list.c')
-rw-r--r-- | src/screen_list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen_list.c b/src/screen_list.c index 31e8adaf1..39ec8e9f3 100644 --- a/src/screen_list.c +++ b/src/screen_list.c @@ -32,7 +32,9 @@ static const struct #ifdef ENABLE_ARTIST_SCREEN { "artist", &screen_artist }, #endif +#ifdef ENABLE_HELP_SCREEN { "help", &screen_help }, +#endif #ifdef ENABLE_SEARCH_SCREEN { "search", &screen_search }, #endif |