Adapted to libisofs Vreixo 378

This commit is contained in:
Thomas Schmitt 2008-03-04 17:41:43 +00:00
parent 2528d00aba
commit 01983365aa
3 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.03.02.201455"
#define Xorriso_timestamP "2008.03.04.174107"