aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-08 11:07:35 +0200
committerMax Kellermann <max@duempel.org>2008-10-08 11:07:35 +0200
commit8a50e8a2663b5afd2fb3c80ea3424f3e68e14695 (patch)
treed20a5c381a452386cee06ed5ab16d4b4124f9071 /src/Makefile.am
parentba5c9b0375b84456553b9b57cb68cb204c1d9418 (diff)
downloadmpd-8a50e8a2663b5afd2fb3c80ea3424f3e68e14695.tar.gz
mpd-8a50e8a2663b5afd2fb3c80ea3424f3e68e14695.tar.xz
mpd-8a50e8a2663b5afd2fb3c80ea3424f3e68e14695.zip
directory: moved code to database.c
Taming the directory.c monster, part II: move the database management stuff to database. directory.c should only contain code which works on directory objects.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0beeb07a2..e2b9f47ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,6 +54,7 @@ mpd_headers = \
decoder_api.h \
decoder_internal.h \
directory.h \
+ database.h \
update.h \
dirvec.h \
gcc.h \
@@ -133,6 +134,7 @@ mpd_SOURCES = \
decoder_control.c \
decoder_api.c \
directory.c \
+ database.c \
dirvec.c \
update.c \
decoder_list.c \