From 481656ef486c5515e81dfc75d7910e849e8bf9d3 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 29 Oct 1998 22:48:23 +0000 Subject: [PATCH] Added flex and bison... --- Makefile.conf.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.conf.in b/Makefile.conf.in index 54b2256..de6e0ca 100644 --- a/Makefile.conf.in +++ b/Makefile.conf.in @@ -9,6 +9,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ includedir=@includedir@ bindir=@bindir@ +sbindir=@sbindir@ libdir=@libdir@ mandir=@mandir@ c_opts=@CFLAGS@ @@ -24,6 +25,8 @@ INCLUDE=-I/usr/local/include -I$(TOPDIR)/include COPTS = $(c_opts) COPTS += -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe LINKER=ld +FLEX=@LEX@ +BISON=@YACC@ SNDLIB=-lasound NCURSESINC="" NCURSESLIB=-lncurses