aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-06-13 22:07:15 +0200
committerMax Kellermann <max@duempel.org>2012-06-13 22:11:43 +0200
commit66ed427a571a9e224eed94790664b0612574bef9 (patch)
treeaff2b05ed7f7915c49ebddd47b872965d03e766d /Makefile.am
parentc9e63e9fdbd9275243f8a71783a6eb792ba3ef6b (diff)
update_walk: move code to update_container.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 dd31097f..b43937d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -269,6 +269,7 @@ src_mpd_SOURCES = \
src/update_io.c src/update_io.h \
src/update_db.c src/update_db.h \
src/update_walk.c src/update_walk.h \
+ src/update_container.c src/update_container.h \
src/update_internal.h \
src/update_remove.c \
src/client.c \