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 | |
parent | 4b044bd8e1c180ced319a83551afe85bcba1db2f (diff) | |
download | mpd-d5b017407de1c465da614efd7a3ab47d61523e78.tar.gz mpd-d5b017407de1c465da614efd7a3ab47d61523e78.tar.xz mpd-d5b017407de1c465da614efd7a3ab47d61523e78.zip |
ExcludeList: move to db/update/
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | src/db/update/ExcludeList.cxx (renamed from src/ExcludeList.cxx) | 0 | ||||
-rw-r--r-- | src/db/update/ExcludeList.hxx (renamed from src/ExcludeList.hxx) | 0 |
3 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 \ diff --git a/src/ExcludeList.cxx b/src/db/update/ExcludeList.cxx index 7b691b36b..7b691b36b 100644 --- a/src/ExcludeList.cxx +++ b/src/db/update/ExcludeList.cxx diff --git a/src/ExcludeList.hxx b/src/db/update/ExcludeList.hxx index 8870664b0..8870664b0 100644 --- a/src/ExcludeList.hxx +++ b/src/db/update/ExcludeList.hxx |