mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-18 08:56:42 -05: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
|
bin_PROGRAMS = aserver
|
||||||
aserver_SOURCES = aserver.c
|
aserver_SOURCES = aserver.c
|
||||||
aserver_LDADD = -lasound
|
# aserver_LDADD = -lasound
|
||||||
|
aserver_LDADD = ../libasound.la
|
||||||
|
|
||||||
all: aserver
|
all: aserver
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue