mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 04:19:43 +01:00
Added flex and bison...
This commit is contained in:
parent
69de280c52
commit
481656ef48
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
bindir=@bindir@
|
bindir=@bindir@
|
||||||
|
sbindir=@sbindir@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
mandir=@mandir@
|
mandir=@mandir@
|
||||||
c_opts=@CFLAGS@
|
c_opts=@CFLAGS@
|
||||||
|
@ -24,6 +25,8 @@ INCLUDE=-I/usr/local/include -I$(TOPDIR)/include
|
||||||
COPTS = $(c_opts)
|
COPTS = $(c_opts)
|
||||||
COPTS += -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe
|
COPTS += -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe
|
||||||
LINKER=ld
|
LINKER=ld
|
||||||
|
FLEX=@LEX@
|
||||||
|
BISON=@YACC@
|
||||||
SNDLIB=-lasound
|
SNDLIB=-lasound
|
||||||
NCURSESINC="<ncurses.h>"
|
NCURSESINC="<ncurses.h>"
|
||||||
NCURSESLIB=-lncurses
|
NCURSESLIB=-lncurses
|
||||||
|
|
Loading…
Reference in a new issue