aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-29 18:05:33 +0100
committerMax Kellermann <max@duempel.org>2014-01-29 18:05:33 +0100
commita137f817f5e569211afdef0134c2179fdbad507f (patch)
tree048d41a57c352e8fc399aa400dc5fff3986ba147 /Makefile.am
parentff87145537f1d71388be8759688235a75fccf373 (diff)
downloadmpd-a137f817f5e569211afdef0134c2179fdbad507f.tar.gz
mpd-a137f817f5e569211afdef0134c2179fdbad507f.tar.xz
mpd-a137f817f5e569211afdef0134c2179fdbad507f.zip
db/Directory: move isRootDirectory() to Uri.hxx
Decouple command/OtherCommands.cxx from the "simple" database plugin.
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 23ae8d6ea..238ea0e7b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,7 @@ src_mpd_SOURCES = \
src/decoder/DecoderPlugin.hxx \
src/decoder/DecoderInternal.cxx src/decoder/DecoderInternal.hxx \
src/decoder/DecoderPrint.cxx src/decoder/DecoderPrint.hxx \
+ src/db/Uri.hxx \
src/db/Directory.cxx src/db/Directory.hxx \
src/db/DirectorySave.cxx src/db/DirectorySave.hxx \
src/db/DatabaseSimple.hxx \