From 01983365aadcc0301f83d35d5d98bc614b579b99 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 4 Mar 2008 17:41:43 +0000 Subject: [PATCH] Adapted to libisofs Vreixo 378 --- xorriso/make_xorriso_standalone.sh | 2 ++ xorriso/xorriso_makefile_am.txt | 8 +++++--- xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/xorriso/make_xorriso_standalone.sh b/xorriso/make_xorriso_standalone.sh index 9532e3ec..9bb1a107 100755 --- a/xorriso/make_xorriso_standalone.sh +++ b/xorriso/make_xorriso_standalone.sh @@ -139,8 +139,10 @@ copy_files \ # nglibisofs create_dir "$lone_dir"/libisofs +create_dir "$lone_dir"/libisofs/filters goto_dir "$current_dir"/nglibisofs-develop copy_files libisofs/*.[ch] "$lone_dir"/libisofs +copy_files libisofs/filters/*.[ch] "$lone_dir"/libisofs/filters copy_files COPYRIGHT "$lone_dir"/libisofs # To get a common version.h diff --git a/xorriso/xorriso_makefile_am.txt b/xorriso/xorriso_makefile_am.txt index d5666651..6cdb689b 100644 --- a/xorriso/xorriso_makefile_am.txt +++ b/xorriso/xorriso_makefile_am.txt @@ -78,6 +78,10 @@ xorriso_xorriso_SOURCES = \ libisofs/eltorito.h \ libisofs/eltorito.c \ libisofs/data_source.c \ + libisofs/find.c \ + libisofs/filter.h \ + libisofs/filter.c \ + libisofs/filters/xor_encrypt.c \ \ libburn/async.c \ libburn/async.h \ @@ -178,10 +182,8 @@ EXTRA_DIST = \ CONTRIBUTORS \ COPYRIGHT \ COPYING \ - NEWS \ - ChangeLog \ INSTALL \ - xorriso/compile_xorriso.sh \ + xorriso/changelog.txt \ $(man_MANS) diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 52f0209c..db8154e1 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.03.02.201455" +#define Xorriso_timestamP "2008.03.04.174107"