fix building
This commit is contained in:
parent
e543baff47
commit
e7ca9d9036
@ -7,8 +7,7 @@ libdice_la_SOURCES = lib/dice_lexer.l \
|
||||
lib/dice_parse.y \
|
||||
lib/dice.h \
|
||||
lib/dice.c \
|
||||
lib/diceexpr.c \
|
||||
lex.dp.c
|
||||
lib/diceexpr.c
|
||||
|
||||
include_HEADERS = lib/dice.h
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
/* empty file, so that autotools has something to compile
|
||||
*/
|
@ -1,6 +1,6 @@
|
||||
%option prefix="dp"
|
||||
%option bison-bridge
|
||||
%option reentrant
|
||||
%option outfile="../lib/dice_lexer.c"
|
||||
|
||||
%{
|
||||
#define YYSTYPE DPSTYPE
|
||||
|
Loading…
Reference in New Issue
Block a user