summaryrefslogtreecommitdiff
path: root/codec
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-03-04 11:03:33 +0000
committerAntonin Descampe <antonin@gmail.com>2011-03-04 11:03:33 +0000
commita3df1f5c5ed930c019dd7d6b383bb45fb7f1953b (patch)
treeab05c2052fea775da8a3ce9570f11ad90f2cf299 /codec
parent86edc0a40e991c77581a73bf74d60d3f500e6961 (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.am6
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