|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|