diff options
author | Max Kellermann <max@duempel.org> | 2010-03-28 19:31:02 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-03-28 19:31:02 +0200 |
commit | e69bb3b337c8f805302a4ba9e46c7bc36d8df80c (patch) | |
tree | 184c66ba952c25fcec3c159698ff8a40ab5081fd | |
parent | 06f86b4532f272307c1837b50a24c3883e7f9975 (diff) | |
download | mpd-e69bb3b337c8f805302a4ba9e46c7bc36d8df80c.tar.gz mpd-e69bb3b337c8f805302a4ba9e46c7bc36d8df80c.tar.xz mpd-e69bb3b337c8f805302a4ba9e46c7bc36d8df80c.zip |
Makefile.am: distribute pcm_pack.h
Fix distcheck.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ddb27a689..aa7b70997 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,6 +146,7 @@ mpd_headers = \ src/pcm_resample.h \ src/pcm_resample_internal.h \ src/pcm_dither.h \ + src/pcm_pack.h \ src/pcm_prng.h \ src/permission.h \ src/player_thread.h \ |