Use yacc and lex as detected by autoconf to build restconf
Setup YACC and LEX via autoconf On opensuse tumbleweed I had a build error because the wrong lex variant was used without this. This is the same as in lib/src/Makefile.in
This commit is contained in:
parent
bafbf0c7aa
commit
d2f3405ab6
1 changed files with 3 additions and 0 deletions
|
|
@ -83,6 +83,9 @@ LIBDEPS = $(top_srcdir)/lib/src/$(CLIXON_LIB)
|
|||
|
||||
LIBS = -L$(top_srcdir)/lib/src $(top_srcdir)/lib/src/$(CLIXON_LIB) @LIBS@
|
||||
|
||||
YACC = @YACC@
|
||||
LEX = @LEX@
|
||||
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue