aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 00:25:15 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 01:06:11 +0100
commit440ac51cf0250904813dfc9398ca8c9e6467328f (patch)
tree750ec9c28c92bc15161a25f8edb2cec73becf493 /Makefile.am
parentd3293b889d20433adede6a248582ce778e1c87b8 (diff)
downloadmpd-440ac51cf0250904813dfc9398ca8c9e6467328f.tar.gz
mpd-440ac51cf0250904813dfc9398ca8c9e6467328f.tar.xz
mpd-440ac51cf0250904813dfc9398ca8c9e6467328f.zip
database.h: rename to DatabaseSimple.hxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3d4d9db80..e7a9ffb24 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,7 +79,6 @@ mpd_headers = \
src/decoder_api.h \
src/decoder_plugin.h \
src/decoder_internal.h \
- src/database.h \
src/encoder_plugin.h \
src/encoder_list.h \
src/encoder_api.h \
@@ -224,6 +223,7 @@ src_mpd_SOURCES = \
src/decoder_print.c \
src/Directory.cxx src/Directory.hxx \
src/DirectorySave.cxx src/DirectorySave.hxx \
+ src/DatabaseSimple.hxx \
src/DatabaseGlue.cxx src/DatabaseGlue.hxx \
src/DatabasePrint.cxx src/DatabasePrint.hxx \
src/DatabaseQueue.cxx src/DatabaseQueue.hxx \