diff --git a/Makefile.am b/Makefile.am index d0077ea0..e2e39378 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,7 +140,7 @@ buildstamp: date -u '+#define Xorriso_build_timestamP "%Y.%m.%d.%H%M%S"' >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 make @@ -259,6 +259,7 @@ EXTRA_DIST = \ frontend/README-tcltk \ frontend/xorriso-tcltk \ frontend/sh_on_named_pipes.sh \ + frontend/xorriso_broker.sh \ README \ AUTHORS \ CONTRIBUTORS \ diff --git a/xorriso/make_xorriso_standalone.sh b/xorriso/make_xorriso_standalone.sh index e11a618d..ff0c1a09 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -239,6 +239,7 @@ copy_files \ frontend/README-tcltk \ frontend/xorriso-tcltk \ frontend/sh_on_named_pipes.sh \ + frontend/xorriso_broker.sh \ "$lone_dir"/frontend diff --git a/xorriso/xorriso_makefile_am.txt b/xorriso/xorriso_makefile_am.txt index be84268b..0111ade1 100644 --- a/xorriso/xorriso_makefile_am.txt +++ b/xorriso/xorriso_makefile_am.txt @@ -338,6 +338,7 @@ EXTRA_DIST = \ frontend/README-tcltk \ frontend/xorriso-tcltk \ frontend/sh_on_named_pipes.sh \ + frontend/xorriso_broker.sh \ libisofs/aaip-os-dummy.c \ libisofs/aaip-os-linux.c \ libisofs/aaip-os-freebsd.c \