Do not include loadpng library in the tarball

This commit is contained in:
David Capello 2012-09-14 20:31:08 -03:00
parent 6b4591c5fd
commit 64c50c672f

View File

@ -32,7 +32,6 @@ if [ ! -f $distdir.tar.xz ] ; then
cd "$dir/.."
mkdir "$dir/$distdir"
cp --parents $(git ls-files | grep -v -e ^third_party | grep -v -e ^src/allegro) "$dir/$distdir"
cp --parents $(git ls-files third_party/loadpng) "$dir/$distdir"
cp --parents third_party/CMakeLists.txt "$dir/$distdir"
cd "$dir"