|
|
|
@ -56,9 +56,9 @@ xorriso_xorriso_SOURCES = \
|
|
|
|
|
libisoburn/burn_wrap.c \
|
|
|
|
|
libisoburn/data_source.c \
|
|
|
|
|
\
|
|
|
|
|
libisofs/libisofs.h \
|
|
|
|
|
libisofs/builder.h \
|
|
|
|
|
libisofs/builder.c \
|
|
|
|
|
libisofs/error.h \
|
|
|
|
|
libisofs/node.h \
|
|
|
|
|
libisofs/node.c \
|
|
|
|
|
libisofs/tree.h \
|
|
|
|
@ -70,7 +70,6 @@ xorriso_xorriso_SOURCES = \
|
|
|
|
|
libisofs/fsource.h \
|
|
|
|
|
libisofs/fsource.c \
|
|
|
|
|
libisofs/fs_local.c \
|
|
|
|
|
libisofs/fs_image.h \
|
|
|
|
|
libisofs/fs_image.c \
|
|
|
|
|
libisofs/messages.h \
|
|
|
|
|
libisofs/messages.c \
|
|
|
|
@ -89,6 +88,7 @@ xorriso_xorriso_SOURCES = \
|
|
|
|
|
libisofs/ecma119_tree.h \
|
|
|
|
|
libisofs/ecma119_tree.c \
|
|
|
|
|
libisofs/writer.h \
|
|
|
|
|
libisofs/buffer.h \
|
|
|
|
|
libisofs/buffer.c \
|
|
|
|
|
libisofs/rockridge.h \
|
|
|
|
|
libisofs/rockridge.c \
|
|
|
|
@ -236,8 +236,15 @@ EXTRA_DIST = \
|
|
|
|
|
xorriso/changelog.txt \
|
|
|
|
|
xorriso/xorriso_buildstamp_none.h \
|
|
|
|
|
$(man_MANS) \
|
|
|
|
|
doc/susp_aaip_2_0.txt \
|
|
|
|
|
doc/susp_aaip_isofs_names.txt \
|
|
|
|
|
doc/zisofs_format.txt \
|
|
|
|
|
libisofs/aaip-os-dummy.c \
|
|
|
|
|
libisofs/aaip-os-linux.c \
|
|
|
|
|
libisofs/aaip-os-freebsd.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libisofs/aaip-os-freebsd.c \
|
|
|
|
|
libburn/os-dummy.h \
|
|
|
|
|
libburn/os-freebsd.h \
|
|
|
|
|
libburn/os-linux.h \
|
|
|
|
|
libburn/sg-dummy.c \
|
|
|
|
|
libburn/sg-freebsd.c \
|
|
|
|
|
libburn/sg-linux.c
|
|
|
|
|