diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-10-06 18:54:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-06 18:54:12 +0200 |
commit | 016af692d9b7040ec1cd15c92a70ecb4000003f6 (patch) | |
tree | d97449ccfc848c2d539e939eaf53f9f791d0fde2 /src/Makefile.am | |
parent | a792dc5b933c1314ddf9d5c33844a7e016ad32d4 (diff) | |
download | mpd-016af692d9b7040ec1cd15c92a70ecb4000003f6.tar.gz mpd-016af692d9b7040ec1cd15c92a70ecb4000003f6.tar.xz mpd-016af692d9b7040ec1cd15c92a70ecb4000003f6.zip |
autotools: tidy up make dist
* Add missing headers in Makefile.am
* remove mp4ff.dsp (Win32 crap)
* Add scripts, m4, bs, autogen.sh to allow for hotfixes by the
SCM-challenged. (downloading the source via git is NOT a
lightweight operation for everybody).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0e5256a3e..45ef7c591 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,6 +34,7 @@ mpd_headers = \ notify.h \ ack.h \ audio.h \ + audio_format.h \ audioOutput.h \ output_internal.h \ output_api.h \ |