aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 00:24:45 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 01:04:18 +0100
commitd3293b889d20433adede6a248582ce778e1c87b8 (patch)
tree005c50fe1c81aae34aea2cd320e1f12e09a3c3aa /Makefile.am
parentb4b0b34e5a131f02f723f40cf9566cc43e37cf85 (diff)
downloadmpd-d3293b889d20433adede6a248582ce778e1c87b8.tar.gz
mpd-d3293b889d20433adede6a248582ce778e1c87b8.tar.xz
mpd-d3293b889d20433adede6a248582ce778e1c87b8.zip
database.h: move prototypes to DatabaseGlue.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 56f63b28b..3d4d9db80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -224,7 +224,7 @@ src_mpd_SOURCES = \
src/decoder_print.c \
src/Directory.cxx src/Directory.hxx \
src/DirectorySave.cxx src/DirectorySave.hxx \
- src/DatabaseGlue.cxx \
+ src/DatabaseGlue.cxx src/DatabaseGlue.hxx \
src/DatabasePrint.cxx src/DatabasePrint.hxx \
src/DatabaseQueue.cxx src/DatabaseQueue.hxx \
src/DatabasePlaylist.cxx src/DatabasePlaylist.hxx \