diff --git a/Makefile.am b/Makefile.am index df6f2a0..da60740 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,8 +90,11 @@ libinclude_HEADERS = \ ## Build test applications noinst_PROGRAMS = \ test/libburner \ + test/burn \ test/iso \ + test/master \ test/poll \ + test/rip \ test/toc \ test/structest @@ -107,6 +110,15 @@ test_poll_SOURCES = test/poll.c test_toc_CPPFLAGS = -Ilibburn test_toc_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS) test_toc_SOURCES = test/toc.c +test_rip_CPPFLAGS = -Ilibburn +test_rip_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS) +test_rip_SOURCES = test/rip.c +test_burn_CPPFLAGS = -Ilibburn +test_burn_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS) +test_burn_SOURCES = test/burn.c +test_master_CPPFLAGS = -Ilibburn +test_master_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS) +test_master_SOURCES = test/master.c test_structest_CPPFLAGS = -Ilibburn test_structest_LDADD = $(libburn_libburn_la_OBJECTS) $(THREAD_LIBS) test_structest_SOURCES = test/structest.c @@ -134,14 +146,26 @@ docdir = $(DESTDIR)$(prefix)/share/doc/$(PACKAGE)-$(VERSION) doc: doc/html -doc/html: - $(RM) -r $@ - doxygen doc/doxygen.conf +doc/html: doc/doxygen.conf + if [ -f ./doc/doc.lock ]; then \ + $(RM) -r doc/html; \ + doxygen doc/doxygen.conf; \ + fi doc-upload: doc/html scp -r $