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

@ -18,7 +18,7 @@ xorriso_xorriso_CPPFLAGS = -I./libburn -I./libisofs -I./libisoburn -I./xorriso
# are in a separate readline-development package.
xorriso_xorriso_CFLAGS = -DXorriso_standalonE -DXorriso_with_maiN $(READLINE_DEF)
xorriso_xorriso_LDADD = $(THREAD_LIBS)
xorriso_xorriso_LDADD = $(THREAD_LIBS) -lacl
# This looks quite ugly with make install: xorriso.c is compiled twice again
@ -99,6 +99,8 @@ xorriso_xorriso_SOURCES = \
libisofs/system_area.h \
libisofs/system_area.c \
libisofs/make_isohybrid_mbr.c \
libisofs/aaip_0_2.h \
libisofs/aaip_0_2.c \
\
libburn/async.c \
libburn/async.h \
@ -225,6 +227,8 @@ EXTRA_DIST = \
INSTALL \
xorriso/changelog.txt \
xorriso/xorriso_buildstamp_none.h \
$(man_MANS)
$(man_MANS) \
libisofs/aaip-os-linux.c \
libisofs/aaip-os-freebsd.c