aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-10-05 19:20:42 -0700
committerEric Wong <normalperson@yhbt.net>2008-10-05 19:26:23 -0700
commit8a2306146149d4d7915ed1346a7dbd908fb1048f (patch)
tree3c39419432ba47e4ebb03482428335a55254d162 /src/Makefile.am
parent84a4c6e2651916c65f317a52534dbf08529c5bed (diff)
downloadmpd-8a2306146149d4d7915ed1346a7dbd908fb1048f.tar.gz
mpd-8a2306146149d4d7915ed1346a7dbd908fb1048f.tar.xz
mpd-8a2306146149d4d7915ed1346a7dbd908fb1048f.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 '')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5962ed583..bfefd5eec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,6 +32,7 @@ mpd_headers = \
ack.h \
action_status.h \
audio.h \
+ audio_format.h \
audioOutput.h \
buffer2array.h \
charConv.h \
@@ -68,6 +69,7 @@ mpd_headers = \
outputBuffer_accessors.h \
outputBuffer_audio.h \
outputBuffer_ob_send.h \
+ outputBuffer_sequence.h \
outputBuffer_xfade.h \
path.h \
pcm_utils.h \