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 c5259b155..00891cfc0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ mpd_headers = \ pcm_volume.h \ pcm_mix.h \ pcm_channels.h \ + pcm_format.h \ pcm_resample.h \ pcm_dither.h \ pcm_prng.h \ @@ -134,6 +135,7 @@ mpd_SOURCES = \ pcm_volume.c \ pcm_mix.c \ pcm_channels.c \ + pcm_format.c \ pcm_resample.c \ pcm_dither.c \ permission.c \ |