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 cbd2fc9bf..25478f810 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,7 @@ mpd_headers = \ src/daemon.h \ src/normalize.h \ src/compress.h \ + src/buffer.h \ src/pipe.h \ src/chunk.h \ src/path.h \ @@ -180,6 +181,7 @@ src_mpd_SOURCES = \ src/daemon.c \ src/normalize.c \ src/compress.c \ + src/buffer.c \ src/pipe.c \ src/chunk.c \ src/path.c \ |