diff options
author | Max Kellermann <max@duempel.org> | 2014-01-30 10:11:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-30 10:11:12 +0100 |
commit | d5b017407de1c465da614efd7a3ab47d61523e78 (patch) | |
tree | 7b53a79a0da67d016e0e22d75148f56c52992b6a /Makefile.am | |
parent | 4b044bd8e1c180ced319a83551afe85bcba1db2f (diff) |
ExcludeList: move to db/update/
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 238ea0e7b..c51a12e6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,7 +119,6 @@ src_mpd_SOURCES = \ src/db/DatabaseListener.hxx \ src/db/Visitor.hxx \ src/db/Selection.cxx src/db/Selection.hxx \ - src/ExcludeList.cxx src/ExcludeList.hxx \ src/filter/FilterConfig.cxx src/filter/FilterConfig.hxx \ src/filter/FilterPlugin.cxx src/filter/FilterPlugin.hxx \ src/filter/FilterInternal.hxx \ @@ -134,6 +133,7 @@ src_mpd_SOURCES = \ src/db/update/UpdateContainer.cxx src/db/update/UpdateContainer.hxx \ src/db/update/UpdateInternal.hxx \ src/db/update/UpdateRemove.cxx src/db/update/UpdateRemove.hxx \ + src/db/update/ExcludeList.cxx src/db/update/ExcludeList.hxx \ src/client/Client.cxx src/client/Client.hxx \ src/client/ClientInternal.hxx \ src/client/ClientEvent.cxx \ |