aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f16e775b1..c91df2676 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -67,7 +67,6 @@ ncmpc_SOURCES = \
list_window.c\
colors.c\
charset.c \
- match.c \
wreadln.c\
strfsong.c\
utils.c\
@@ -77,6 +76,7 @@ if NCMPC_MINI
else
ncmpc_SOURCES += \
hscroll.c \
+ match.c \
conf.c
endif