aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 17:06:34 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 17:41:34 +0100
commit4fdcc0496fbfce7b1ad4f46b249e4c9ee0b0e997 (patch)
treea24e9f1a0f65551359e1fa607901d51d4fb6cdf1 /Makefile.am
parent0c4a2bea6917cacd562e61f50727dcc68944f3ad (diff)
update_walk: move code to update_db.c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 21df3e55..7602fc67 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -266,6 +266,7 @@ src_mpd_SOURCES = \
src/update.c \
src/update_queue.c \
src/update_io.c src/update_io.h \
+ src/update_db.c src/update_db.h \
src/update_walk.c \
src/update_remove.c \
src/client.c \