diff --git a/codec/Makefile.am b/codec/Makefile.am index 52811acf..bf6ff1e5 100644 --- a/codec/Makefile.am +++ b/codec/Makefile.am @@ -19,5 +19,5 @@ CMakeLists.txt \ windirent.h install-data-hook: - @echo -e " (B)\t\t$(bindir)/jp3d_to_volume$(EXEEXT)" >> $(top_builddir)/report.txt - @echo -e " (B)\t\t$(bindir)/volume_to_jp3d$(EXEEXT)" >> $(top_builddir)/report.txt + @echo -e " (B)\t$(bindir)/jp3d_to_volume$(EXEEXT)" >> $(top_builddir)/report.txt + @echo -e " (B)\t$(bindir)/volume_to_jp3d$(EXEEXT)" >> $(top_builddir)/report.txt diff --git a/libjp3dvm/Makefile.am b/libjp3dvm/Makefile.am index d0bdba06..2e533e6d 100644 --- a/libjp3dvm/Makefile.am +++ b/libjp3dvm/Makefile.am @@ -61,8 +61,8 @@ install-data-hook: openjpeg3d.h @echo -e " (LA)\t$(libdir)/libopenjp3dvm.la" >> $(top_builddir)/report.txt @( $(call solist) ) >> $(top_builddir)/report.txt - @echo -e " (A)\t\t$(base)/$(a)" >> $(top_builddir)/report.txt - @echo -e " (H)\t\t$(includedir)/openjpeg3d-$(MAJOR_NR).$(MINOR_NR)/openjpeg3d.h" >> $(top_builddir)/report.txt + @echo -e " (A)\t$(base)/$(a)" >> $(top_builddir)/report.txt + @echo -e " (H)\t$(includedir)/openjpeg3d-$(MAJOR_NR).$(MINOR_NR)/openjpeg3d.h" >> $(top_builddir)/report.txt @echo -e " (LN)\t$(includedir)/openjpeg3d.h" >> $(top_builddir)/report.txt uninstall-hook: