Excluded unused libburn source module crc.c from GNU xorriso tarball

This commit is contained in:
2010-02-14 17:19:41 +00:00
parent 646c6deacd
commit 3870be47d6
4 changed files with 9 additions and 3 deletions

View File

@ -213,6 +213,10 @@ copy_files libburn/*.[ch] "$lone_dir"/libburn
copy_files COPYRIGHT "$lone_dir"/libburn
cat CONTRIBUTORS >>"$lone_dir"/CONTRIBUTORS
# Delete a source module of yet unclear ancestry.
# The build process will avoid to use it.
rm "$lone_dir"/libburn/crc.c
# To get a common version.h
cat version.h.in >> "$lone_dir"/version.h.in