Skip to content

Commit

Permalink
fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
n0la committed May 18, 2018
1 parent e543baf commit e7ca9d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions lib/dice_lexer.c

This file was deleted.

2 changes: 1 addition & 1 deletion lib/dice_lexer.l
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%option prefix="dp"
%option bison-bridge
%option reentrant
%option outfile="../lib/dice_lexer.c"

%{
#define YYSTYPE DPSTYPE
Expand Down

0 comments on commit e7ca9d9

Please sign in to comment.