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 4b50c3664..399e2087d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -94,6 +94,7 @@ mpd_headers = \ player_thread.h \ player_control.h \ playlist.h \ + playlist_internal.h \ playlist_print.h \ playlist_save.h \ playlist_state.h \ @@ -183,6 +184,7 @@ mpd_SOURCES = \ player_control.c \ playlist.c \ playlist_global.c \ + playlist_control.c \ playlist_print.c \ playlist_save.c \ playlist_state.c \ |