Adopted new libisofs source module md5.[cho]

master
Thomas Schmitt 14 years ago
parent ea91d591c3
commit 1fe5898dc1

@ -91,6 +91,7 @@ libisofs="$libisofs $isofs"filter.o
libisofs="$libisofs $isofs_filter"external.o
libisofs="$libisofs $isofs_filter"zisofs.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)"

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

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

Loading…
Cancel
Save