aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-10 19:43:27 +0200
committerMax Kellermann <max@duempel.org>2013-08-10 19:43:27 +0200
commit3deca8fccd9776828808d35181203d8fd95eb450 (patch)
tree48e6345da060ced8aaade5b76f8c9af564bc211b /Makefile.am
parent7af24c4d3a17e10a1130bdd39f1e1d12f72e4d8b (diff)
downloadmpd-3deca8fccd9776828808d35181203d8fd95eb450.tar.gz
mpd-3deca8fccd9776828808d35181203d8fd95eb450.tar.xz
mpd-3deca8fccd9776828808d35181203d8fd95eb450.zip
db_error: convert to C++
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 16fba526c..a89c62b23 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -123,7 +123,7 @@ src_mpd_SOURCES = \
src/DatabasePrint.cxx src/DatabasePrint.hxx \
src/DatabaseQueue.cxx src/DatabaseQueue.hxx \
src/DatabasePlaylist.cxx src/DatabasePlaylist.hxx \
- src/db_error.h \
+ src/DatabaseError.hxx \
src/DatabaseLock.cxx src/DatabaseLock.hxx \
src/DatabaseSave.cxx src/DatabaseSave.hxx \
src/DatabasePlugin.hxx \