diff options
author | Max Kellermann <max@duempel.org> | 2012-08-29 19:12:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-29 19:12:26 +0200 |
commit | 36b1c08ad7245a403578731c5d1240da8fc61d72 (patch) | |
tree | a2a97e7fdb510fef99ddffc1d6c6654284aaadff /Makefile.am | |
parent | 7b35d5e9d47fdea707c04e7413e5b5f0dd336fda (diff) | |
download | mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.tar.gz mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.tar.xz mpd-36b1c08ad7245a403578731c5d1240da8fc61d72.zip |
locate: rename to SongFilter.cxx
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
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 |