Commit c0fc3ab4 authored by shemminger's avatar shemminger

Build of ematch requires bison extensions to yacc.

parent c4c9765e
......@@ -54,6 +54,9 @@ LDLIBS += -L. -ltc -lm -ldl
LDFLAGS += -Wl,-export-dynamic
YACC := bison
LEX := flex
%.so: %.c
$(CC) $(CFLAGS) -shared -fpic $< -o $@
......
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