Use WFLAGS from configure
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1957 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = no-dependencies foreign
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
||||||
|
|
||||||
WFLAGS=-Wall -Wno-unused -Wconversion -Wmissing-prototypes -Wredundant-decls
|
WFLAGS=@WFLAGS@
|
||||||
CFLAGS=$(WFLAGS) @CFLAGS@
|
CFLAGS=$(WFLAGS) @CFLAGS@
|
||||||
|
|
||||||
lib_LIBRARIES = libasn1.a
|
lib_LIBRARIES = libasn1.a
|
||||||
|
Reference in New Issue
Block a user