diff options
-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 |