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 b097e904c..006ccf214 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,6 +68,7 @@ mpd_headers = \ pcm_utils.h \ permission.h \ player.h \ + player_thread.h \ playerData.h \ playlist.h \ replayGain.h \ @@ -128,6 +129,7 @@ mpd_SOURCES = \ pcm_utils.c \ permission.c \ player.c \ + player_thread.c \ playerData.c \ playlist.c \ replayGain.c \ |