summaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-04-12 11:10:26 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2004-04-12 11:10:26 +0000
commit9fabf579ef895c009749a0e7bfd331e354c5d4b1 (patch)
tree09c4a5f23e7109038654376664faa5dfbc770305 /zlib/Makefile.am
parent5b03e55570edd86e8629a004c2d2163783e687dd (diff)
Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc.
2004-04-12 Kelley Cook <kcook@gcc.gnu.org> * Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc. * Makefile.in: Regenerate with automake 1.7.9. * aclocal.m4: Likewise. * configure: Regenerate. From-SVN: r80620
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index a42bb3be7f9..48e5385f181 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -21,6 +21,7 @@ libzgcj_convenience_la_SOURCES = $(ZLIB_SOURCES)
else
toolexeclib_LIBRARIES = libz.a
libz_a_SOURCES = $(ZLIB_SOURCES)
+libz_a_CFLAGS = $(AM_CFLAGS)
endif
# Work around what appears to be a GNU make bug handling MAKEFLAGS