diff options
author | Max Kellermann <max@duempel.org> | 2009-12-15 07:38:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-15 07:38:30 +0100 |
commit | 9715218d4035373af9fd7d181bad923372f02d18 (patch) | |
tree | 4a469bae47678a0277d379a4ffdeb4b7e997a0a4 /Makefile.am | |
parent | c0b8c2c73b3de4814a6bcb9ed5135c43c8464125 (diff) | |
download | mpd-9715218d4035373af9fd7d181bad923372f02d18.tar.gz mpd-9715218d4035373af9fd7d181bad923372f02d18.tar.xz mpd-9715218d4035373af9fd7d181bad923372f02d18.zip |
Makefile.am: distribute AudioCompress/config.h
This fixes "make distcheck".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 86ee7ecf6..92c9db8f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,6 +120,7 @@ mpd_headers = \ src/mixer/pulse_mixer_plugin.h \ src/daemon.h \ src/normalize.h \ + src/AudioCompress/config.h \ src/AudioCompress/compress.h \ src/buffer.h \ src/pipe.h \ |