Introduced AAIP code. Now linking with libacl.

This commit is contained in:
2009-01-14 11:10:53 +00:00
parent 5f893a8d14
commit 8c9d88ff62
4 changed files with 13 additions and 6 deletions

View File

@ -84,7 +84,7 @@ libisofs="$libisofs $isofs"/util_htable.o
libisofs="$libisofs $isofs"/util_rbtree.o
libisofs="$libisofs $isofs"/system_area.o
libisofs="$libisofs $isofs"/make_isohybrid_mbr.o
libisofs="$libisofs $isofs"/aaip_0_2.o
echo "Version timestamp : $(sed -e 's/#define Xorriso_timestamP "//' -e 's/"$//' "$xorr"/xorriso_timestamp.h)"
@ -141,7 +141,8 @@ cc -I. -DXorriso_with_maiN $def_libreadline \
\
$link_libreadline \
\
-lpthread
-lpthread \
-lacl
ret=$?
if test "$ret" = 0