aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-08 16:11:25 +0100
committerMax Kellermann <max@duempel.org>2013-01-08 16:11:25 +0100
commit6c57047362ce8ae26b3d468d85bbdf2516e521a5 (patch)
treeeb011c34c8d0287b8139be00db2ffaa107ed9920 /Makefile.am
parente29bc6912b263251675c16b7689c3919ffe51f5a (diff)
Queue: move code to new class IdTable
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cc4c8b9a..5393f527 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -275,6 +275,7 @@ src_mpd_SOURCES = \
src/PlaylistVector.cxx src/PlaylistVector.hxx \
src/PlaylistInfo.hxx \
src/PlaylistDatabase.cxx \
+ src/IdTable.hxx \
src/Queue.cxx src/Queue.hxx \
src/QueuePrint.cxx src/QueuePrint.hxx \
src/QueueSave.cxx src/QueueSave.hxx \