mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Better solution for compat sources
This commit is contained in:
parent
a983321c27
commit
b60673fe68
2 changed files with 3 additions and 9 deletions
|
|
@ -1,12 +1,6 @@
|
|||
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)
|
||||
libcompat_la_SOURCES = @COMPAT_SRCS@
|
||||
|
||||
all: libcompat.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue