diff options
author | Max Kellermann <max@duempel.org> | 2008-12-10 19:58:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-10 19:58:19 +0100 |
commit | 03e185fda80186b470b9ed4a7dea03096314ab9f (patch) | |
tree | 6c0f82388c383c63bc1965c32a775e30e8867790 /src/Makefile.am | |
parent | de82a840d22c418351036c09a7fb466d1ffb4efd (diff) | |
download | mpd-03e185fda80186b470b9ed4a7dea03096314ab9f.tar.gz mpd-03e185fda80186b470b9ed4a7dea03096314ab9f.tar.xz mpd-03e185fda80186b470b9ed4a7dea03096314ab9f.zip |
match: case sensitive search with --enable-mini
Drop support for the expensive case insensitive search in ncmpc-mini
mode.
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 |