diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a76bd5b7f..f585ca62e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,6 +94,7 @@ mpd_headers = \ src/chunk.h \ src/path.h \ src/mapper.h \ + src/page.h \ src/pcm_buffer.h \ src/pcm_utils.h \ src/pcm_convert.h \ @@ -194,6 +195,7 @@ src_mpd_SOURCES = \ src/chunk.c \ src/path.c \ src/mapper.c \ + src/page.c \ src/pcm_convert.c \ src/pcm_volume.c \ src/pcm_mix.c \ |