diff options
author | Max Kellermann <max@duempel.org> | 2009-01-23 16:23:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-23 16:23:59 +0100 |
commit | ed25bdf55aad2f39a5a80845fca1325c558fd8db (patch) | |
tree | f22160870e04fe547a5713f4166f431335a92698 /src/Makefile.am | |
parent | 4c77a4c4946b6ee029b1a050ed10401a53c91aee (diff) | |
download | mpd-ed25bdf55aad2f39a5a80845fca1325c558fd8db.tar.gz mpd-ed25bdf55aad2f39a5a80845fca1325c558fd8db.tar.xz mpd-ed25bdf55aad2f39a5a80845fca1325c558fd8db.zip |
playlist: moved some printing code to queue_print.c
Moved protocol printing functions which operate on the queue to
queue_print.c.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 704e2a6a0..104d64264 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,6 +93,7 @@ mpd_headers = \ playlist.h \ playlist_save.h \ queue.h \ + queue_print.h \ replay_gain.h \ sig_handlers.h \ song.h \ @@ -177,6 +178,7 @@ mpd_SOURCES = \ playlist.c \ playlist_save.c \ queue.c \ + queue_print.c \ replay_gain.c \ sig_handlers.c \ song.c \ |