lyx_mirror/3rdparty/zlib/Makefile.am
Georg Baum ff9ba203ff Add missing files to source package
The windows build for beta1 showed that some files were missing by accident.
2016-02-11 21:04:58 +01:00

44 lines
850 B
Makefile

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.cmakein \
1.2.8/zlib.3 \
1.2.8/zlib.map \
1.2.8/zlib.pc.cmakein
liblyxzlib_a_SOURCES = \
1.2.8/adler32.c \
1.2.8/compress.c \
1.2.8/crc32.c \
1.2.8/crc32.h \
1.2.8/deflate.c \
1.2.8/deflate.h \
1.2.8/gzclose.c \
1.2.8/gzguts.h \
1.2.8/gzlib.c \
1.2.8/gzread.c \
1.2.8/gzwrite.c \
1.2.8/infback.c \
1.2.8/inffast.c \
1.2.8/inffast.h \
1.2.8/inffixed.h \
1.2.8/inflate.c \
1.2.8/inflate.h \
1.2.8/inftrees.c \
1.2.8/inftrees.h \
1.2.8/trees.c \
1.2.8/trees.h \
1.2.8/uncompr.c \
1.2.8/zlib.h \
1.2.8/zutil.c \
1.2.8/zutil.h