Add example test program and some changes to make it work
This commit is contained in:
@ -25,7 +25,12 @@ libinclude_HEADERS = \
|
||||
## ========================================================================= ##
|
||||
|
||||
## Build test applications
|
||||
noinst_PROGRAMS =
|
||||
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 =
|
||||
|
||||
|
Reference in New Issue
Block a user