aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 17:00:00 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 17:00:00 +0100
commit0c4a2bea6917cacd562e61f50727dcc68944f3ad (patch)
treeed085f97def6b8ee3c1351d3d360c92ddd3fb86d /Makefile.am
parent2ba3401238856ad8a0b3dd1dc1fa7676db611270 (diff)
downloadmpd-0c4a2bea6917cacd562e61f50727dcc68944f3ad.tar.gz
mpd-0c4a2bea6917cacd562e61f50727dcc68944f3ad.tar.xz
mpd-0c4a2bea6917cacd562e61f50727dcc68944f3ad.zip
update_walk: move code to update_io.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 977a9c22d..21df3e554 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -265,6 +265,7 @@ src_mpd_SOURCES = \
src/filter_registry.c \
src/update.c \
src/update_queue.c \
+ src/update_io.c src/update_io.h \
src/update_walk.c \
src/update_remove.c \
src/client.c \