]> git.jsancho.org Git - lugaru.git/blob - zlib-1.2.3/Makefile.am
Added GPL license and headers.
[lugaru.git] / zlib-1.2.3 / Makefile.am
1 X = adler32.c           \
2         compress.c              \
3         crc32.c                 \
4         crc32.h                 \
5         deflate.c               \
6         deflate.h               \
7         gzio.c                  \
8         infback.c               \
9         inffast.c               \
10         inffast.h               \
11         inffixed.h              \
12         inflate.c               \
13         inflate.h               \
14         inftrees.c              \
15         inftrees.h              \
16         trees.c                 \
17         trees.h                 \
18         uncompr.c               \
19         zconf.h                 \
20         zlib.h                  \
21         zutil.c                 \
22         zutil.h
23
24 if BUILD_ZLIB
25 noinst_LTLIBRARIES = libz.la
26 libz_la_SOURCES = $(X)
27 endif
28
29 EXTRA_DIST = $(X)