Adapted to libisofs 0.6.11

This commit is contained in:
Thomas Schmitt 2008-10-19 17:23:17 +00:00
parent d7bbca0ad8
commit da054ce8f8
3 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,7 @@ AC_SUBST(BURN_MICRO_VERSION)
LIBISOFS_MAJOR_VERSION=0 LIBISOFS_MAJOR_VERSION=0
LIBISOFS_MINOR_VERSION=6 LIBISOFS_MINOR_VERSION=6
LIBISOFS_MICRO_VERSION=10 LIBISOFS_MICRO_VERSION=11
AC_SUBST(LIBISOFS_MAJOR_VERSION) AC_SUBST(LIBISOFS_MAJOR_VERSION)
AC_SUBST(LIBISOFS_MINOR_VERSION) AC_SUBST(LIBISOFS_MINOR_VERSION)
AC_SUBST(LIBISOFS_MICRO_VERSION) AC_SUBST(LIBISOFS_MICRO_VERSION)

View File

@ -96,6 +96,9 @@ xorriso_xorriso_SOURCES = \
libisofs/filter.h \ libisofs/filter.h \
libisofs/filter.c \ libisofs/filter.c \
libisofs/filters/xor_encrypt.c \ libisofs/filters/xor_encrypt.c \
libisofs/system_area.h \
libisofs/system_area.c \
libisofs/make_isohybrid_mbr.c \
\ \
libburn/async.c \ libburn/async.c \
libburn/async.h \ libburn/async.h \

View File

@ -1 +1 @@
#define Xorriso_timestamP "2008.10.17.123308" #define Xorriso_timestamP "2008.10.19.172237"