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 104d64264..f5738bdf4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -91,6 +91,7 @@ mpd_headers = \ player_thread.h \ player_control.h \ playlist.h \ + playlist_print.h \ playlist_save.h \ queue.h \ queue_print.h \ @@ -176,6 +177,7 @@ mpd_SOURCES = \ player_thread.c \ player_control.c \ playlist.c \ + playlist_print.c \ playlist_save.c \ queue.c \ queue_print.c \ |