Putting xorriso_broker.sh into release tarballs

This commit is contained in:
Thomas Schmitt 2015-11-22 09:50:10 +00:00
parent 21c2b5cd33
commit 5d4e9d3f89
3 changed files with 4 additions and 1 deletions

View File

@ -140,7 +140,7 @@ buildstamp:
date -u '+#define Xorriso_build_timestamP "%Y.%m.%d.%H%M%S"' >xorriso/xorriso_buildstamp.h date -u '+#define Xorriso_build_timestamP "%Y.%m.%d.%H%M%S"' >xorriso/xorriso_buildstamp.h
cat xorriso/xorriso_buildstamp.h cat xorriso/xorriso_buildstamp.h
# For now make buildstamped has to be performed explicitely. # For now make buildstamped has to be performed explicitly.
buildstamped: buildstamp buildstamped: buildstamp
make make
@ -259,6 +259,7 @@ EXTRA_DIST = \
frontend/README-tcltk \ frontend/README-tcltk \
frontend/xorriso-tcltk \ frontend/xorriso-tcltk \
frontend/sh_on_named_pipes.sh \ frontend/sh_on_named_pipes.sh \
frontend/xorriso_broker.sh \
README \ README \
AUTHORS \ AUTHORS \
CONTRIBUTORS \ CONTRIBUTORS \

View File

@ -239,6 +239,7 @@ copy_files \
frontend/README-tcltk \ frontend/README-tcltk \
frontend/xorriso-tcltk \ frontend/xorriso-tcltk \
frontend/sh_on_named_pipes.sh \ frontend/sh_on_named_pipes.sh \
frontend/xorriso_broker.sh \
"$lone_dir"/frontend "$lone_dir"/frontend

View File

@ -338,6 +338,7 @@ EXTRA_DIST = \
frontend/README-tcltk \ frontend/README-tcltk \
frontend/xorriso-tcltk \ frontend/xorriso-tcltk \
frontend/sh_on_named_pipes.sh \ frontend/sh_on_named_pipes.sh \
frontend/xorriso_broker.sh \
libisofs/aaip-os-dummy.c \ libisofs/aaip-os-dummy.c \
libisofs/aaip-os-linux.c \ libisofs/aaip-os-linux.c \
libisofs/aaip-os-freebsd.c \ libisofs/aaip-os-freebsd.c \