aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-29 19:12:26 +0200
committerMax Kellermann <max@duempel.org>2012-08-29 19:12:26 +0200
commit36b1c08ad7245a403578731c5d1240da8fc61d72 (patch)
treea2a97e7fdb510fef99ddffc1d6c6654284aaadff /Makefile.am
parent7b35d5e9d47fdea707c04e7413e5b5f0dd336fda (diff)
downloadmpd-36b1c08ad7245a403578731c5d1240da8fc61d72.tar.gz
mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.tar.xz
mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.zip
locate: rename to SongFilter.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index aa221c209..b846183e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -212,7 +212,6 @@ mpd_headers = \
src/string_util.h \
src/volume.h \
src/zeroconf.h src/zeroconf-internal.h \
- src/locate.h \
src/stored_playlist.h \
src/timer.h \
src/archive_api.h \
@@ -362,7 +361,7 @@ src_mpd_SOURCES = \
src/utils.c \
src/string_util.c \
src/volume.c \
- src/locate.c \
+ src/SongFilter.cxx src/SongFilter.hxx \
src/stored_playlist.c \
src/timer.c
@@ -1070,7 +1069,7 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/Song.cxx src/song_sort.c src/song_save.c \
src/tag.c src/tag_pool.c src/tag_save.c \
src/path.c \
- src/locate.c \
+ src/SongFilter.cxx \
src/text_file.c \
src/conf.c src/tokenizer.c src/utils.c src/string_util.c