diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 |