mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
8 lines
179 B
Makefile
8 lines
179 B
Makefile
noinst_LTLIBRARIES = libcompat.la
|
|
EXTRA_libcompat_la_SOURCES = hsearch_r.c
|
|
|
|
if ALSA_HSEARCH_R
|
|
libcompat_la_SOURCES = empty.c hsearch_r.c
|
|
else
|
|
libcompat_la_SOURCES = empty.c
|
|
endif
|