aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-12-10 19:47:25 +0100
committerMax Kellermann <max@duempel.org>2008-12-10 19:47:25 +0100
commit7a3feb12511fa02361f3cdd0e62396c084b143ad (patch)
tree0e6237f1c98b774ecd1810fca2c2bdbf7288a395 /src/Makefile.am
parentec5c3eef2838a8849acb4bfba5b75171715183fb (diff)
downloadmpd-7a3feb12511fa02361f3cdd0e62396c084b143ad.tar.gz
mpd-7a3feb12511fa02361f3cdd0e62396c084b143ad.tar.xz
mpd-7a3feb12511fa02361f3cdd0e62396c084b143ad.zip
list_window: moved string matching to match.h
Provide the new function match_line() which searches a string for a needle (ignoring case). This wraps the non-standard function strcasestr().
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ac34b856b..a53e5d0ca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,6 +31,7 @@ ncmpc_headers = \
colors.h\
support.h\
charset.h \
+ match.h \
wreadln.h\
strfsong.h\
utils.h\
@@ -67,6 +68,7 @@ ncmpc_SOURCES = \
colors.c\
support.c\
charset.c \
+ match.c \
wreadln.c\
strfsong.c\
utils.c\