X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=Makefile.am;h=6d841ae845f78d2e8028f3ad03a006efd23b857c;hb=9a9897a9de766e5de4df9e056fc6988c5e398565;hp=9984b53d843a29008046b62c96baf80f27b5f148;hpb=84d3b4de46312c5a5715e3ded6c597cf2bff9392;p=openjpeg.git diff --git a/Makefile.am b/Makefile.am index 9984b53d..6d841ae8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -DISTCHECK_CONFIGURE_FLAGS = --enable-jpip=yes --enable-jpwl=yes --enable-mj2=yes +DISTCHECK_CONFIGURE_FLAGS = --enable-jpip=yes --enable-jpip-server=yes --enable-jpwl=yes --enable-mj2=yes ACLOCAL_AMFLAGS = -I m4 @@ -7,6 +7,10 @@ SUBDIRS = libopenjpeg applications doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libopenjpeg1.pc +if WANT_JPWL +pkgconfig_DATA += libopenjpeg-jpwl.pc +endif + MAINTAINERCLEANFILES = \ Makefile.in \ @@ -22,11 +26,14 @@ ltmain.sh \ missing EXTRA_DIST = \ -CMake/CheckHaveGetopt.cmake \ +CMake/CTestCustom.cmake.in \ +CMake/FindFCGI.cmake \ +CMake/FindLCMS2.cmake \ +CMake/FindLCMS.cmake \ CMake/OpenJPEGConfig.cmake.in \ CMakeLists.txt \ +CTestConfig.cmake \ AUTHORS \ -CHANGES \ INSTALL \ LICENSE \ NEWS \ @@ -35,7 +42,8 @@ THANKS \ bootstrap.sh \ libopenjpeg1.pc.cmake \ libopenjpeg1.pc.in \ -opj_configh.cmake.in \ +libopenjpeg-jpwl.pc.in \ +opj_config.h.cmake.in \ m4/opj_check_lib.m4 \ m4/opj_doxygen.m4 \ m4/pkg.m4 @@ -56,6 +64,9 @@ else endif @echo -e " (PC)\t$(pkgconfigdir)/libopenjpeg1.pc" >> $(top_builddir)/report.txt @echo -e " (LN)\t$(pkgconfigdir)/libopenjpeg.pc" >> $(top_builddir)/report.txt +if WANT_JPWL + @echo -e " (PC)\t$(pkgconfigdir)/libopenjpeg-jpwl.pc" >> $(top_builddir)/report.txt +endif @cat $(top_builddir)/report.txt @rm $(top_builddir)/report.txt