diff --git a/xorriso/compile_xorriso.sh b/xorriso/compile_xorriso.sh index 025c126c..fe0908cb 100755 --- a/xorriso/compile_xorriso.sh +++ b/xorriso/compile_xorriso.sh @@ -93,6 +93,9 @@ libisofs="$libisofs $isofs"image.o libisofs="$libisofs $isofs"iso1999.o libisofs="$libisofs $isofs"joliet.o libisofs="$libisofs $isofs"hfsplus.o +libisofs="$libisofs $isofs"hfsplus_decompose.o +libisofs="$libisofs $isofs"hfsplus_classes.o +libisofs="$libisofs $isofs"hfsplus_case.o libisofs="$libisofs $isofs"libiso_msgs.o libisofs="$libisofs $isofs"messages.o libisofs="$libisofs $isofs"node.o diff --git a/xorriso/xorriso_makefile_am.txt b/xorriso/xorriso_makefile_am.txt index 624c31a8..5957a3e6 100644 --- a/xorriso/xorriso_makefile_am.txt +++ b/xorriso/xorriso_makefile_am.txt @@ -138,6 +138,9 @@ xorriso_xorriso_SOURCES = \ libisofs/joliet.c \ libisofs/hfsplus.h \ libisofs/hfsplus.c \ + libisofs/hfsplus_decompose.c \ + libisofs/hfsplus_classes.c \ + libisofs/hfsplus_case.c \ libisofs/eltorito.h \ libisofs/eltorito.c \ libisofs/data_source.c \ diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 996f6014..2e32c8d8 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2012.05.24.071402" +#define Xorriso_timestamP "2012.05.24.093552"