mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
Added debug flags
This commit is contained in:
parent
95785f81a3
commit
fd099e6484
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
INCLUDES = -I$(top_srcdir)/include
|
||||
LDADD = -lasound
|
||||
|
||||
# debug flags
|
||||
#LDFLAGS = -static
|
||||
#LDADD += -ldl
|
||||
|
||||
bin_PROGRAMS = aplay
|
||||
man_MANS = aplay.1
|
||||
noinst_HEADERS = formats.h
|
||||
|
|
Loading…
Reference in a new issue