aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-27 11:05:21 +0100
committerMax Kellermann <max@duempel.org>2014-01-27 11:05:21 +0100
commitf548a966f5cb09ba8a5e99939fe5235e5ad59005 (patch)
treec88d639f9459fc643cab40ae8105f407d56ecb7c /Makefile.am
parent67ad31b8b2a1e75f465ca43c4030ef298c7ca285 (diff)
downloadmpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.gz
mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.tar.xz
mpd-f548a966f5cb09ba8a5e99939fe5235e5ad59005.zip
Playlist{Info,Vector}: move to db/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ffa92e851..034fad69b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -187,8 +187,8 @@ src_mpd_SOURCES = \
src/PlaylistState.cxx src/PlaylistState.hxx \
src/playlist/PlaylistQueue.cxx src/playlist/PlaylistQueue.hxx \
src/playlist/Print.cxx src/playlist/Print.hxx \
- src/PlaylistVector.cxx src/PlaylistVector.hxx \
- src/PlaylistInfo.hxx \
+ src/db/PlaylistVector.cxx src/db/PlaylistVector.hxx \
+ src/db/PlaylistInfo.hxx \
src/PlaylistDatabase.cxx src/PlaylistDatabase.hxx \
src/PlaylistUpdate.cxx \
src/queue/IdTable.hxx \
@@ -1281,7 +1281,7 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/db/Registry.cxx \
src/db/Selection.cxx \
src/db/Directory.cxx src/db/DirectorySave.cxx \
- src/PlaylistVector.cxx src/PlaylistDatabase.cxx \
+ src/db/PlaylistVector.cxx src/PlaylistDatabase.cxx \
src/db/DatabaseLock.cxx src/db/DatabaseSave.cxx \
src/db/Song.cxx src/SongSave.cxx src/db/SongSort.cxx \
src/DetachedSong.cxx \