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