From cb0a675a7c1c018938969087c226a640d79549ed Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 2 Jul 1997 21:13:07 +0000 Subject: [PATCH] Use WFLAGS from configure git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1957 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 336bd75c1..f31d7bd46 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = no-dependencies foreign -WFLAGS=-Wall -Wno-unused -Wconversion -Wmissing-prototypes -Wredundant-decls +WFLAGS=@WFLAGS@ CFLAGS=$(WFLAGS) @CFLAGS@ lib_LIBRARIES = libasn1.a