mpd/makedist.sh
Avuton Olrich 9f6364af45 Remove the internal mp4ff dependency
git-svn-id: https://svn.musicpd.org/mpd/trunk@4401 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-07-19 15:54:53 +00:00

9 lines
82 B
Bash

#!/bin/sh
if test -e Makefile
then
make distclean
fi
./autogen.sh
make
make dist