diff options
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r-- | zlib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am index 520f065..5fc6bdc 100644 --- a/zlib/Makefile.am +++ b/zlib/Makefile.am @@ -19,6 +19,8 @@ libz_a_SOURCES = $(ZLIB_SOURCES) libz_a_CFLAGS = $(AM_CFLAGS) $(PICFLAG) endif +AM_CFLAGS = $(CET_FLAGS) + # Work around what appears to be a GNU make bug handling MAKEFLAGS # values defined in terms of make variables, as is the case for CC and # friends when we are called from the top level Makefile. |