diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-05-29 13:41:54 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-05-29 13:41:54 +0000 |
| commit | 8a279881d493dd7e803a6c06df74d18907100804 (patch) | |
| tree | 3a6e848aa592f1ef77f1b5e4d7458d5a736d79bf /libopenjpeg | |
| parent | 6da56bb11afa8fa35d71e769c6adff41a944b9a0 (diff) | |
[1.5] Fix autotools installation. Thanks to winfried for patch.
Update issue 149
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libopenjpeg/Makefile.am b/libopenjpeg/Makefile.am index 939d4099..9ceaa17d 100644 --- a/libopenjpeg/Makefile.am +++ b/libopenjpeg/Makefile.am @@ -73,10 +73,7 @@ EXTRA_DIST = \ CMakeLists.txt install-data-hook: - cd $(DESTDIR)$(includedir) && \ - rm -f openjpeg.h && \ - $(LN_S) openjpeg-$(MAJOR_NR).$(MINOR_NR)/openjpeg.h \ - openjpeg.h + cd $(DESTDIR)$(includedir) && rm -f openjpeg.h @rm -rf $(top_builddir)/report.txt @echo -e " (LA)\t$(libdir)/libopenjpeg.la" >> $(top_builddir)/report.txt if BUILD_SHARED @@ -86,7 +83,6 @@ if BUILD_STATIC @echo -e " (A)\t$(base)/$(a)" >> $(top_builddir)/report.txt endif @echo -e " (H)\t$(includedir)/openjpeg-$(MAJOR_NR).$(MINOR_NR)/openjpeg.h" >> $(top_builddir)/report.txt - @echo -e " (LN)\t$(includedir)/openjpeg.h" >> $(top_builddir)/report.txt uninstall-hook: rm -f $(DESTDIR)$(includedir)/openjpeg.h |
