Adopted new libisofs source module md5.[cho]

This commit is contained in:
Thomas Schmitt 2009-07-23 10:32:48 +00:00
parent ea91d591c3
commit 1fe5898dc1
3 changed files with 4 additions and 1 deletions

View File

@ -91,6 +91,7 @@ libisofs="$libisofs $isofs"filter.o
libisofs="$libisofs $isofs_filter"external.o libisofs="$libisofs $isofs_filter"external.o
libisofs="$libisofs $isofs_filter"zisofs.o libisofs="$libisofs $isofs_filter"zisofs.o
libisofs="$libisofs $isofs_filter"gzip.o libisofs="$libisofs $isofs_filter"gzip.o
libisofs="$libisofs $isofs"md5.o
echo "Version timestamp : $(sed -e 's/#define Xorriso_timestamP "//' -e 's/"$//' "$xorr"/xorriso_timestamp.h)" echo "Version timestamp : $(sed -e 's/#define Xorriso_timestamP "//' -e 's/"$//' "$xorr"/xorriso_timestamp.h)"

View File

@ -109,6 +109,8 @@ xorriso_xorriso_SOURCES = \
libisofs/make_isohybrid_mbr.c \ libisofs/make_isohybrid_mbr.c \
libisofs/aaip_0_2.h \ libisofs/aaip_0_2.h \
libisofs/aaip_0_2.c \ libisofs/aaip_0_2.c \
libisofs/md5.h \
libisofs/md5.c \
\ \
libburn/async.c \ libburn/async.c \
libburn/async.h \ libburn/async.h \

View File

@ -1 +1 @@
#define Xorriso_timestamP "2009.07.19.214008" #define Xorriso_timestamP "2009.07.23.103339"