mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Added hsearch_r for compatibility needs
This commit is contained in:
parent
d3fa17a0a1
commit
bc252d4d26
7 changed files with 437 additions and 5 deletions
12
src/compat/Makefile.am
Normal file
12
src/compat/Makefile.am
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
EXTRA_LTLIBRARIES = libcompat.la
|
||||
EXTRA_libcompat_la_SOURCES = hsearch_r.c
|
||||
|
||||
if Have_hsearch_r
|
||||
HSEARCH_R =
|
||||
else
|
||||
HSEARCH_R = hsearch_r.c
|
||||
endif
|
||||
|
||||
libcompat_la_SOURCES = $(HSEARCH_R)
|
||||
|
||||
all: libcompat.la
|
||||
Loading…
Add table
Add a link
Reference in a new issue