mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added rewind to API in place of appl_ptr(). Moved aserver to a better place
This commit is contained in:
parent
b38376b91f
commit
fe92855cbb
17 changed files with 98 additions and 72 deletions
13
aserver/Makefile.am
Normal file
13
aserver/Makefile.am
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
bin_PROGRAMS = aserver
|
||||
aserver_SOURCES = aserver.c
|
||||
# aserver_LDADD = -lasound
|
||||
aserver_LDADD = ../src/libasound.la
|
||||
|
||||
all: aserver
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include -I$(top_srcdir)/src/pcm
|
||||
|
||||
../src/libasound.la:
|
||||
$(MAKE) -C ../src libasound.la
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue