diff options
author | Max Kellermann <max@duempel.org> | 2012-02-12 17:00:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-02-12 17:00:00 +0100 |
commit | 0c4a2bea6917cacd562e61f50727dcc68944f3ad (patch) | |
tree | ed085f97def6b8ee3c1351d3d360c92ddd3fb86d /Makefile.am | |
parent | 2ba3401238856ad8a0b3dd1dc1fa7676db611270 (diff) | |
download | mpd-0c4a2bea6917cacd562e61f50727dcc68944f3ad.tar.gz mpd-0c4a2bea6917cacd562e61f50727dcc68944f3ad.tar.xz mpd-0c4a2bea6917cacd562e61f50727dcc68944f3ad.zip |
update_walk: move code to update_io.c
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
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 \ |