Begin of porting to next generation libisofs

This commit is contained in:
2008-01-10 15:20:57 +00:00
parent 991badb1c3
commit 506adcf1b9
8 changed files with 1698 additions and 6 deletions

View File

@ -25,12 +25,15 @@ libinclude_HEADERS = \
## ========================================================================= ##
## Build test applications
noinst_PROGRAMS = \
test/test
noinst_PROGRAMS =
test_test_CPPFLAGS = -Ilibisofs -Ilibburn -Ilibisoburn
test_test_LDADD = $(src_libisoburn_la_OBJECTS) $(THREAD_LIBS) -lburn -lisofs
test_test_SOURCES = test/test.c
# ts A80110 : I am too lazy for now to apply the ng patch to test.c .
# noinst_PROGRAMS =
# test/test
# test_test_CPPFLAGS = -Ilibisofs -Ilibburn -Ilibisoburn
# test_test_LDADD = $(src_libisoburn_la_OBJECTS) $(THREAD_LIBS) -lburn -lisofs
# test_test_SOURCES = test/test.c
bin_PROGRAMS =