aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-08 10:48:48 +0200
committerEric Wong <normalperson@yhbt.net>2008-10-11 19:21:47 -0700
commit6f43d71628db3c9acb9e0693216885685566b7d3 (patch)
tree63a7b7786cb79bed2c09cee229e0614c0dcd7889 /src/Makefile.am
parent0b4c78339608179841838798517485208cee08a2 (diff)
downloadmpd-6f43d71628db3c9acb9e0693216885685566b7d3.tar.gz
mpd-6f43d71628db3c9acb9e0693216885685566b7d3.tar.xz
mpd-6f43d71628db3c9acb9e0693216885685566b7d3.zip
directory: moved code to update.c
The source directory.c mixes several libraries: directory object management, database management and database update, resulting in a 1000+ line monster. Move the whole database update code to update.c.
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 89577360c..0925f16b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -42,6 +42,7 @@ mpd_headers = \
dbUtils.h \
decode.h \
directory.h \
+ update.h \
dirvec.h \
gcc.h \
inputPlugin.h \
@@ -114,6 +115,7 @@ mpd_SOURCES = \
decode.c \
directory.c \
dirvec.c \
+ update.c \
inputPlugin.c \
inputStream.c \
inputStream_file.c \