aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-06-13 22:14:16 +0200
committerMax Kellermann <max@duempel.org>2012-06-13 22:14:16 +0200
commitede70ee3a4c6897f843f118c065da81737e2b74e (patch)
treeedbb9d7caeefd2709e6203c992f377f4d4761cbf /Makefile.am
parent66ed427a571a9e224eed94790664b0612574bef9 (diff)
update_walk: move code to update_song.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 b43937d4..4429a786 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_song.c src/update_song.h \
src/update_container.c src/update_container.h \
src/update_internal.h \
src/update_remove.c \