replace zlib 1.1.3 with zlib 1.1.4
[rrdtool.git] / libraries / zlib-1.1.4 / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 #AUTOMAKE_OPTIONS        = foreign
4
5 # read local config files
6 #ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
7 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config
8
9 EXTRA_DIST= ChangeLog FAQ INDEX README README.rrdtool algorithm.txt zlib.dsp zlib.dsw zlib.3 
10
11 CFLAGS = $(ZLIB_CFLAGS)
12
13 noinst_LTLIBRARIES = librrd_z.la
14
15 librrd_z_la_SOURCES =   \
16         adler32.c       \
17         compress.c      \
18         crc32.c         \
19         deflate.c       \
20         gzio.c          \
21         infblock.c      \
22         infcodes.c      \
23         inffast.c       \
24         inflate.c       \
25         inftrees.c      \
26         infutil.c       \
27         trees.c         \
28         uncompr.c       \
29         zutil.c         \
30         deflate.h   infcodes.h  inffixed.h  infutil.h   zconf.h     zutil.h     \
31         infblock.h  inffast.h   inftrees.h  trees.h     zlib.h