Adapted to libisofs Vreixo 378
This commit is contained in:
parent
d46e74525c
commit
7ba6078291
@ -139,8 +139,10 @@ copy_files \
|
|||||||
# nglibisofs
|
# nglibisofs
|
||||||
|
|
||||||
create_dir "$lone_dir"/libisofs
|
create_dir "$lone_dir"/libisofs
|
||||||
|
create_dir "$lone_dir"/libisofs/filters
|
||||||
goto_dir "$current_dir"/nglibisofs-develop
|
goto_dir "$current_dir"/nglibisofs-develop
|
||||||
copy_files libisofs/*.[ch] "$lone_dir"/libisofs
|
copy_files libisofs/*.[ch] "$lone_dir"/libisofs
|
||||||
|
copy_files libisofs/filters/*.[ch] "$lone_dir"/libisofs/filters
|
||||||
copy_files COPYRIGHT "$lone_dir"/libisofs
|
copy_files COPYRIGHT "$lone_dir"/libisofs
|
||||||
|
|
||||||
# To get a common version.h
|
# To get a common version.h
|
||||||
|
@ -78,6 +78,10 @@ xorriso_xorriso_SOURCES = \
|
|||||||
libisofs/eltorito.h \
|
libisofs/eltorito.h \
|
||||||
libisofs/eltorito.c \
|
libisofs/eltorito.c \
|
||||||
libisofs/data_source.c \
|
libisofs/data_source.c \
|
||||||
|
libisofs/find.c \
|
||||||
|
libisofs/filter.h \
|
||||||
|
libisofs/filter.c \
|
||||||
|
libisofs/filters/xor_encrypt.c \
|
||||||
\
|
\
|
||||||
libburn/async.c \
|
libburn/async.c \
|
||||||
libburn/async.h \
|
libburn/async.h \
|
||||||
@ -178,10 +182,8 @@ EXTRA_DIST = \
|
|||||||
CONTRIBUTORS \
|
CONTRIBUTORS \
|
||||||
COPYRIGHT \
|
COPYRIGHT \
|
||||||
COPYING \
|
COPYING \
|
||||||
NEWS \
|
|
||||||
ChangeLog \
|
|
||||||
INSTALL \
|
INSTALL \
|
||||||
xorriso/compile_xorriso.sh \
|
xorriso/changelog.txt \
|
||||||
$(man_MANS)
|
$(man_MANS)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2008.03.02.201455"
|
#define Xorriso_timestamP "2008.03.04.174107"
|
||||||
|
Loading…
Reference in New Issue
Block a user