Unverified Commit 940dd5fa authored by Mouse's avatar Mouse Committed by GitHub

Update Makefile.am

Address YACC warning about POSIX not taking string literals
parent fa46ff2b
AM_CFLAGS = @ADD_CFLAGS@ AM_CFLAGS = @ADD_CFLAGS@
AM_CPPFLAGS = -I$(top_srcdir)/libasn1common AM_CPPFLAGS = -I$(top_srcdir)/libasn1common
AM_YFLAGS = -p asn1p_ -d AM_YFLAGS = -p asn1p_ -d -Wno-yacc
AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c
noinst_LTLIBRARIES = libasn1parser.la noinst_LTLIBRARIES = libasn1parser.la
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment