diff options
author | Max Kellermann <max@duempel.org> | 2009-03-03 22:23:25 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-03 22:23:25 +0100 |
commit | c655f804a92d82416b62d541c528b615e2ce27f6 (patch) | |
tree | 14b322890dd438dee443668b0b637f92b19b9db9 /Makefile.am | |
parent | 1063c1f2e3ac297d0e766f2573ee6459bc31df11 (diff) | |
download | mpd-c655f804a92d82416b62d541c528b615e2ce27f6.tar.gz mpd-c655f804a92d82416b62d541c528b615e2ce27f6.tar.xz mpd-c655f804a92d82416b62d541c528b615e2ce27f6.zip |
music_pipe: moved struct music_chunk to chunk.h
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 da0b87103..df03d1cbd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,7 @@ mpd_headers = \ src/normalize.h \ src/compress.h \ src/pipe.h \ + src/chunk.h \ src/path.h \ src/mapper.h \ src/pcm_buffer.h \ @@ -179,6 +180,7 @@ src_mpd_SOURCES = \ src/normalize.c \ src/compress.c \ src/pipe.c \ + src/chunk.c \ src/path.c \ src/mapper.c \ src/pcm_convert.c \ |