mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Build fix
This commit is contained in:
parent
46366edf30
commit
164a3cda00
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
|
||||
bin_PROGRAMS = aserver
|
||||
aserver_SOURCES = aserver.c
|
||||
aserver_LDADD = -lasound
|
||||
# aserver_LDADD = -lasound
|
||||
aserver_LDADD = ../libasound.la
|
||||
|
||||
all: aserver
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue