Makefile.am : Simplify the reference to libasound.
This was found to be necessary for build on Dell E6430s but seems to work on Powerbook also.
This commit is contained in:
parent
5afced1a9f
commit
09d75a1564
@ -40,7 +40,7 @@ if OS_64
|
||||
endif
|
||||
|
||||
if cwALSA
|
||||
AM_LDFLAGS += -Wl,-Bstatic -lasound -Wl,-Bdynamic
|
||||
AM_LDFLAGS += -lasound # -Wl,-Bstatic -lasound -Wl,-Bdynamic
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user