aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-07 08:27:14 +0100
committerMax Kellermann <max@duempel.org>2008-11-07 08:27:14 +0100
commitab3876d4c059d4a076c49d1700067fe7b3696d54 (patch)
treef27f36687dc0277f52ee9a25cf8a27a0f5899253 /src/Makefile.am
parent865a07f6753c23190a18c1a1429be144bf7069b2 (diff)
downloadmpd-ab3876d4c059d4a076c49d1700067fe7b3696d54.tar.gz
mpd-ab3876d4c059d4a076c49d1700067fe7b3696d54.tar.xz
mpd-ab3876d4c059d4a076c49d1700067fe7b3696d54.zip
configure.ac: added --disable-help-screen
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index af91939b1..e03f645f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,7 +66,6 @@ ncmpc_SOURCES = \
screen_play.c\
screen_browser.c\
screen_file.c\
- screen_help.c\
list_window.c\
colors.c\
support.c\
@@ -76,6 +75,10 @@ ncmpc_SOURCES = \
utils.c\
str_pool.c
+if ENABLE_HELP_SCREEN
+ncmpc_SOURCES += screen_help.c
+endif
+
if ENABLE_ARTIST_SCREEN
ncmpc_SOURCES += screen_artist.c
endif