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 /libjp3dvm | |
| parent | eb9a2d93a951cfcf367d9e0ec8481b9e71b0d3d9 (diff) | |
small fix related to the formatting of the install report displayed at the end of install procedure
Diffstat (limited to 'libjp3dvm')
| -rw-r--r-- | libjp3dvm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
