diff options
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 b1ebe1320..704e2a6a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -92,6 +92,7 @@ mpd_headers = \ player_control.h \ playlist.h \ playlist_save.h \ + queue.h \ replay_gain.h \ sig_handlers.h \ song.h \ @@ -175,6 +176,7 @@ mpd_SOURCES = \ player_control.c \ playlist.c \ playlist_save.c \ + queue.c \ replay_gain.c \ sig_handlers.c \ song.c \ |