diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-11-10 20:11:34 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-11-10 20:11:34 +0000 |
commit | 0337ec851c643503afd2287f03ca42b5adf5cad7 (patch) | |
tree | 0b6ead2f83f5b9e390cdff163bafb5fe9e6e4bfc /src/Makefile.am | |
parent | 0e8aa9674f10a6ca1ad69b3846b5a4b5e9188928 (diff) | |
download | mpd-0337ec851c643503afd2287f03ca42b5adf5cad7.tar.gz mpd-0337ec851c643503afd2287f03ca42b5adf5cad7.tar.xz mpd-0337ec851c643503afd2287f03ca42b5adf5cad7.zip |
search/find rewrite
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2584 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8b1f3d1f6..dbde9a3a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,6 +24,7 @@ mpd_headers = \ charConv.h \ command.h \ conf.h \ + dbUtils.h \ decode.h \ directory.h \ inputPlugin.h \ @@ -67,6 +68,7 @@ mpd_SOURCES = \ charConv.c \ command.c \ conf.c \ + dbUtils.c \ decode.c \ directory.c \ inputPlugin.c \ |