summaryrefslogtreecommitdiffstats
path: root/tc
diff options
context:
space:
mode:
authorshemminger <shemminger>2005-06-23 20:16:43 +0000
committershemminger <shemminger>2005-06-23 20:16:43 +0000
commitc0fc3ab4d595d671fdb9bd7b8ecd09bd8177b5f9 (patch)
treee36d2147a2b639ecd7849c8ec4cce15cede4c2d5 /tc
parentc4c9765e0bd22fb340f3e7cda420ad0c98d0749c (diff)
Build of ematch requires bison extensions to yacc.
Diffstat (limited to 'tc')
-rw-r--r--tc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tc/Makefile b/tc/Makefile
index 739f5d12..5da97b6f 100644
--- a/tc/Makefile
+++ b/tc/Makefile
@@ -54,6 +54,9 @@ LDLIBS += -L. -ltc -lm -ldl
LDFLAGS += -Wl,-export-dynamic
+YACC := bison
+LEX := flex
+
%.so: %.c
$(CC) $(CFLAGS) -shared -fpic $< -o $@