mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Improvement by Pavel Roskin
This commit is contained in:
parent
dc68485554
commit
877896069d
2 changed files with 8 additions and 6 deletions
|
|
@ -1,6 +1,8 @@
|
|||
EXTRA_LTLIBRARIES = libcompat.la
|
||||
noinst_LTLIBRARIES = libcompat.la
|
||||
EXTRA_libcompat_la_SOURCES = hsearch_r.c
|
||||
|
||||
libcompat_la_SOURCES = empty.c @COMPAT_SRCS@
|
||||
|
||||
all: libcompat.la
|
||||
if ALSA_HSEARCH_R
|
||||
libcompat_la_SOURCES = empty.c hsearch_r.c
|
||||
else
|
||||
libcompat_la_SOURCES = empty.c
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue