diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-03-04 11:03:33 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-03-04 11:03:33 +0000 |
| commit | 8e9997315bb834a16bf15472124647c873f65794 (patch) | |
| tree | 7c273308008f9b0511ab03a3456f2b8439229ad7 | |
| parent | eb9a2d93a951cfcf367d9e0ec8481b9e71b0d3d9 (diff) | |
small fix related to the formatting of the install report displayed at the end of install procedure
| -rw-r--r-- | codec/Makefile.am | 4 | ||||
| -rw-r--r-- | libjp3dvm/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
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: |
