From da054ce8f8127c0c9d882c0a2aca40e2324af382 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 19 Oct 2008 17:23:17 +0000 Subject: [PATCH] Adapted to libisofs 0.6.11 --- xorriso/configure_ac.txt | 2 +- xorriso/xorriso_makefile_am.txt | 3 +++ xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/xorriso/configure_ac.txt b/xorriso/configure_ac.txt index 15cc7729..fb597318 100644 --- a/xorriso/configure_ac.txt +++ b/xorriso/configure_ac.txt @@ -16,7 +16,7 @@ AC_SUBST(BURN_MICRO_VERSION) LIBISOFS_MAJOR_VERSION=0 LIBISOFS_MINOR_VERSION=6 -LIBISOFS_MICRO_VERSION=10 +LIBISOFS_MICRO_VERSION=11 AC_SUBST(LIBISOFS_MAJOR_VERSION) AC_SUBST(LIBISOFS_MINOR_VERSION) AC_SUBST(LIBISOFS_MICRO_VERSION) diff --git a/xorriso/xorriso_makefile_am.txt b/xorriso/xorriso_makefile_am.txt index 6c857a3b..a4e539cf 100644 --- a/xorriso/xorriso_makefile_am.txt +++ b/xorriso/xorriso_makefile_am.txt @@ -96,6 +96,9 @@ xorriso_xorriso_SOURCES = \ libisofs/filter.h \ libisofs/filter.c \ libisofs/filters/xor_encrypt.c \ + libisofs/system_area.h \ + libisofs/system_area.c \ + libisofs/make_isohybrid_mbr.c \ \ libburn/async.c \ libburn/async.h \ diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index cab12e66..02d709ff 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.10.17.123308" +#define Xorriso_timestamP "2008.10.19.172237"