diff options
Diffstat (limited to 'src/Makefile.am')
-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 \ |