aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 02c7dc8e8..f16e775b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,7 +66,6 @@ ncmpc_SOURCES = \
screen_file.c\
list_window.c\
colors.c\
- hscroll.c \
charset.c \
match.c \
wreadln.c\
@@ -76,7 +75,9 @@ ncmpc_SOURCES = \
if NCMPC_MINI
else
-ncmpc_SOURCES += conf.c
+ncmpc_SOURCES += \
+ hscroll.c \
+ conf.c
endif
if ENABLE_HELP_SCREEN