diff options
author | Max Kellermann <max@duempel.org> | 2009-10-12 22:30:50 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-12 22:30:50 +0200 |
commit | 7ec503c4ec83f4ef86a816bba24635daa25c74b7 (patch) | |
tree | ab7e0263c83d26aa990352a29e07363224d88f1f /Makefile.am | |
parent | a07ab27dae485c253d5f00677ea6ca94c26d7741 (diff) | |
download | mpd-7ec503c4ec83f4ef86a816bba24635daa25c74b7.tar.gz mpd-7ec503c4ec83f4ef86a816bba24635daa25c74b7.tar.xz mpd-7ec503c4ec83f4ef86a816bba24635daa25c74b7.zip |
song: moved code to song_update.c
Moved all the code which depends on the decoder plugins to a separate
source. That allows leaner test programs.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 39c18a01f..ec5f6bac4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -259,6 +259,7 @@ src_mpd_SOURCES = \ src/replay_gain.c \ src/sig_handlers.c \ src/song.c \ + src/song_update.c \ src/song_print.c \ src/song_save.c \ src/songvec.c \ |