Commit ffd73479 authored by Lev Walkin's avatar Lev Walkin

some flex version does not allow merged arguments

parent 9b5df848
AM_CFLAGS = @ADD_CFLAGS@
AM_YFLAGS = -p asn1p_ -d
AM_LFLAGS = -sp -Cem -Pasn1p_ -olex.yy.c
AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c
noinst_LTLIBRARIES = libasn1parser.la
......
......@@ -186,7 +186,7 @@ target_os = @target_os@
target_vendor = @target_vendor@
AM_CFLAGS = @ADD_CFLAGS@
AM_YFLAGS = -p asn1p_ -d
AM_LFLAGS = -sp -Cem -Pasn1p_ -olex.yy.c
AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c
noinst_LTLIBRARIES = libasn1parser.la
libasn1parser_la_LDFLAGS = -all-static
libasn1parser_la_SOURCES = \
......
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