Skip to content

Commit

Permalink
remove -lfl to help win32 build
Browse files Browse the repository at this point in the history
we don't need flex lib since we define our own input
  • Loading branch information
jcupitt committed Nov 28, 2017
1 parent 6ef049d commit 7bfdf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ nipmarshal.c:
nip2-model.o model.o: model.c parse.c

AM_CPPFLAGS = @IP_CFLAGS@
LDADD = @IP_CFLAGS@ @IP_LIBS@ -lfl
LDADD = @IP_CFLAGS@ @IP_LIBS@
AM_LDFLAGS = @LDFLAGS@

dist-hook:
Expand Down

0 comments on commit 7bfdf00

Please sign in to comment.