aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-15 02:29:12 +0100
committerMax Kellermann <max@duempel.org>2009-03-15 02:29:12 +0100
commit565afefc66b7753ed27f6b7febaf32667c38c44a (patch)
treef4597b75af009f2c887c2b56f17033a2fb10b692 /Makefile.am
parenteb34bd2efff21232d4d91224310c724b8df003aa (diff)
page: new library for reference counted buffers
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a76bd5b7..f585ca62 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 \