mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-10 13:30:01 -05:00
13 lines
196 B
Text
13 lines
196 B
Text
|
|
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
|