From c0fc3ab4d595d671fdb9bd7b8ecd09bd8177b5f9 Mon Sep 17 00:00:00 2001 From: shemminger Date: Thu, 23 Jun 2005 20:16:43 +0000 Subject: Build of ematch requires bison extensions to yacc. --- tc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tc') 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 $@ -- cgit v1.2.3