mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 04:09:47 +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@
|
||||
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="<ncurses.h>"
|
||||
NCURSESLIB=-lncurses
|
||||
|
|
Loading…
Reference in a new issue