diff options
author | Max Kellermann <max@duempel.org> | 2012-06-13 22:07:15 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-06-13 22:11:43 +0200 |
commit | 66ed427a571a9e224eed94790664b0612574bef9 (patch) | |
tree | aff2b05ed7f7915c49ebddd47b872965d03e766d /Makefile.am | |
parent | c9e63e9fdbd9275243f8a71783a6eb792ba3ef6b (diff) | |
download | mpd-66ed427a571a9e224eed94790664b0612574bef9.tar.gz mpd-66ed427a571a9e224eed94790664b0612574bef9.tar.xz mpd-66ed427a571a9e224eed94790664b0612574bef9.zip |
update_walk: move code to update_container.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 dd31097f4..b43937d49 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 \ |