X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fzlib%2FMakefile.am;h=c80e963a1d33e2880dbe643d8555ccec75ae84f7;hb=0c7bd9a57f2a308bb9659200eda3b7e45f8d5d3c;hp=6d689d2be2e55760a23332c8b11be54b3f92e4b0;hpb=5537d1a1f03bb969d22e0d42a81317735c41c233;p=lyx.git diff --git a/3rdparty/zlib/Makefile.am b/3rdparty/zlib/Makefile.am index 6d689d2be2..c80e963a1d 100644 --- a/3rdparty/zlib/Makefile.am +++ b/3rdparty/zlib/Makefile.am @@ -1,14 +1,12 @@ include $(top_srcdir)/config/common.am -# This is prepared for compilation, but currently only used for packaging, -# because configure support for compilation is still missing. - noinst_LIBRARIES = liblyxzlib.a EXTRA_DIST = \ CMakeLists.txt \ 1.2.8/README \ 1.2.8/treebuild.xml \ + 1.2.8/zconf.h.in \ 1.2.8/zconf.h.cmakein \ 1.2.8/zlib.3 \ 1.2.8/zlib.map \ @@ -39,5 +37,5 @@ liblyxzlib_a_SOURCES = \ 1.2.8/uncompr.c \ 1.2.8/zlib.h \ 1.2.8/zutil.c \ - 1.2.8/zutil.c + 1.2.8/zutil.h