summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaori Hagihara <khagihara@users.noreply.github.com>2011-10-26 10:20:57 +0000
committerKaori Hagihara <khagihara@users.noreply.github.com>2011-10-26 10:20:57 +0000
commit83a25c06ef78b549ba9f0c29dcf6ce3e2c889461 (patch)
treeb92126a1b845c01e09bca7f47370fa2751a70d5b
parentdb7db678511d2f889262a59d78b6740e772b6063 (diff)
additional patches for autotool are applied
-rw-r--r--applications/jpip/CHANGES3
-rw-r--r--applications/jpip/util/Makefile.am10
2 files changed, 8 insertions, 5 deletions
diff --git a/applications/jpip/CHANGES b/applications/jpip/CHANGES
index f926b5b3..87b2949f 100644
--- a/applications/jpip/CHANGES
+++ b/applications/jpip/CHANGES
@@ -5,6 +5,9 @@ What's New for OpenJPIP
! : changed
+ : added
+October 26, 2011
+* [kaori] additional patches for autotool are applied
+
October 25, 2011
* [kaori] patches for cmake and autotool are applied
* [kaori] fixed client viewer to be compatible with server response header both Content-type and Content-Type
diff --git a/applications/jpip/util/Makefile.am b/applications/jpip/util/Makefile.am
index e0bca5ff..0f602084 100644
--- a/applications/jpip/util/Makefile.am
+++ b/applications/jpip/util/Makefile.am
@@ -52,8 +52,8 @@ test_index_LDADD = $(top_builddir)/applications/jpip/libopenjpip/libopenjpip_loc
test_index_SOURCES = test_index.c
#-------------
install-data-hook:
- @echo -e " (B)\t$(bindir)/opj_server$(EXEEXT)" >> $(top_builddir)/report.txt
- @echo -e " (B)\t$(bindir)/opj_dec_server$(EXEEXT)" >> $(top_builddir)/report.txt
- @echo -e " (B)\t$(bindir)/jpip_to_jp2$(EXEEXT)" >> $(top_builddir)/report.txt
- @echo -e " (B)\t$(bindir)/jpip_to_j2k$(EXEEXT)" >> $(top_builddir)/report.txt
- @echo -e " (B)\t$(bindir)/test_index$(EXEEXT)" >> $(top_builddir)/report.txt
+ @echo -e " (B)\t$(bindir)/opj_server$(EXEEXT)" >> $(top_builddir)/report.txt
+ @echo -e " (B)\t$(bindir)/opj_dec_server$(EXEEXT)" >> $(top_builddir)/report.txt
+ @echo -e " (B)\t$(bindir)/jpip_to_jp2$(EXEEXT)" >> $(top_builddir)/report.txt
+ @echo -e " (B)\t$(bindir)/jpip_to_j2k$(EXEEXT)" >> $(top_builddir)/report.txt
+ @echo -e " (B)\t$(bindir)/test_index$(EXEEXT)" >> $(top_builddir)/report.txt