diff options
Diffstat (limited to 'codec')
| -rw-r--r-- | codec/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/codec/Makefile.am b/codec/Makefile.am index 1e9a6284..14e5160d 100644 --- a/codec/Makefile.am +++ b/codec/Makefile.am @@ -67,6 +67,6 @@ CMakeLists.txt \ windirent.h install-data-hook: - @echo -e " (B)\t\t$(bindir)/j2k_to_image$(EXEEXT)" >> $(top_builddir)/report.txt - @echo -e " (B)\t\t$(bindir)/image_to_j2k$(EXEEXT)" >> $(top_builddir)/report.txt - @echo -e " (B)\t\t$(bindir)/j2k_dump$(EXEEXT)" >> $(top_builddir)/report.txt + @echo -e " (B)\t$(bindir)/j2k_to_image$(EXEEXT)" >> $(top_builddir)/report.txt + @echo -e " (B)\t$(bindir)/image_to_j2k$(EXEEXT)" >> $(top_builddir)/report.txt + @echo -e " (B)\t$(bindir)/j2k_dump$(EXEEXT)" >> $(top_builddir)/report.txt |
