diff --git a/xorriso/compile_xorriso.sh b/xorriso/compile_xorriso.sh index 043c12ca..23ae6f5a 100755 --- a/xorriso/compile_xorriso.sh +++ b/xorriso/compile_xorriso.sh @@ -137,6 +137,7 @@ cc -I. -DXorriso_with_maiN $def_libreadline \ "$burn"/toc.o \ \ "$burn"/crc.o \ + "$burn"/ecma130ab.o \ \ "$isoburn"/isoburn.o \ "$isoburn"/burn_wrap.o \ diff --git a/xorriso/xorriso_makefile_am.txt b/xorriso/xorriso_makefile_am.txt index 63a1f82b..410b8e8b 100644 --- a/xorriso/xorriso_makefile_am.txt +++ b/xorriso/xorriso_makefile_am.txt @@ -123,6 +123,8 @@ xorriso_xorriso_SOURCES = \ libburn/debug.h \ libburn/drive.c \ libburn/drive.h \ + libburn/ecma130ab.c \ + libburn/ecma130ab.h \ libburn/error.h \ libburn/file.c \ libburn/file.h \ diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index a38e4fac..9c54a174 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.10.14.115223" +#define Xorriso_timestamP "2009.10.17.191225"